Skip to content

Instantly share code, notes, and snippets.

@tmm08a
Last active February 18, 2016 19:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmm08a/9d7cb3bf3ba2a94789c2 to your computer and use it in GitHub Desktop.
Save tmm08a/9d7cb3bf3ba2a94789c2 to your computer and use it in GitHub Desktop.
unserializeS
<?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