PHP可以使用serialize将对象 数组等任何值转化为序列化格式字符串存储到文本,内存,数据库中,unserialize可以将序列化数据还原为对象和变量。
Python的这个开源库可以帮助Python将Python的dict,list等转化为PHP的序列化格式,或将PHP的序列化格式还原为Python对应的数据格式。
http://hurring.com/scott/code/python/serialize/
Tags: PHP, Python
This entry was posted
on 星期二, 6月 24th, 2008 at 11:11 上午 and is filed under PHP, Python.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.