mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-30 04:19:08 +01:00
7 lines
119 B
PHP
7 lines
119 B
PHP
<?php
|
|
|
|
require('vendor/autoload.php');
|
|
$struct = new danog\PHP\Struct();
|
|
|
|
echo bin2hex($struct->pack("cc", "a", "s"));
|