mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-26 19:54:38 +01:00
Update
This commit is contained in:
parent
4a66622965
commit
d9d116a47b
@ -5,8 +5,8 @@ require('lib/danog/PHP/Struct.php');
|
||||
$struct = new danog\PHP\Struct();
|
||||
|
||||
|
||||
var_dump($struct->unpack(">2cxbBx?xhxHxixIxlxLxqxQxnxNxfxdx2sx",
|
||||
$struct->pack(">2cxbBx?xhxHxixIxlxLxqxQxnxNxfxdx2sx",
|
||||
var_dump($struct->unpack(">2cxbxBx?xhxHxixIxlxLxqxQxnxNxfxdx2sx",
|
||||
$struct->pack(">2cxbxBx?xhxHxixIxlxLxqxQxnxNxfxdx2sx",
|
||||
"nv", 61, 61, false, 333, 444, 232423, 234342, 243342423424, 234234234234, 234234234234, 234234234234, 34434, 344434, 2.2343, 3.03424, "dd"
|
||||
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user