1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-27 04:04:38 +01:00
PHPStruct/example.php

7 lines
119 B
PHP
Raw Normal View History

2016-07-04 01:43:23 +02:00
<?php
require('vendor/autoload.php');
$struct = new danog\PHP\Struct();
2016-07-04 01:43:23 +02:00
echo bin2hex($struct->pack("cc", "a", "s"));