This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Daniel Cousineau (author)
Wed Dec 03 23:35:04 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
phpserialize.py | ||
| |
test.php |
To test the validity of outputs, execute test.php by running: php test.php You will notice that dictionaries may be a bit awkward. Python does not keep dictionaries in the same order in which they were added where as PHP does. PHP also only allows integers and strings as dicionary keys. Decimals, booleans, and nulls are automatically converted to their integer equivalent and everything else throws a fatal error. TODO: - Add unserialize - Work on object serialization












