6b1a7cef92
serialize() and unserialize(). PR: ports/126193 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
4 lines
150 B
Text
4 lines
150 B
Text
This is a python implementation of PHP's native serialize() and
|
|
unserialize() functions.
|
|
|
|
WWW: http://www.hurring.com/scott/code/python/serialize/
|