Last active
February 18, 2016 19:18
-
-
Save tmm08a/9d7cb3bf3ba2a94789c2 to your computer and use it in GitHub Desktop.
unserializeS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$data='a:1:{i:0;S:43:"\00\01\00\00AAAA\00\01\01\00\01\00\0B\BC\CC";}'; | |
var_dump(serialize($data)); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment