1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-30 04:19:08 +01:00
PHPStruct/example.php
2016-07-05 19:29:13 +02:00

7 lines
119 B
PHP

<?php
require('vendor/autoload.php');
$struct = new danog\PHP\Struct();
echo bin2hex($struct->pack("cc", "a", "s"));