逍遥浪子 发表于 星期六, 2010年05月8日 浏览 612 次
wordpress中的部分函数分析如下:
[php]
/**
* 检查是否是一个序列化数据.
*
* If $data is not an string, then returned value will always be false.
* Serialized data is always a string.
*
* @since 2.0.5
*
* @param mixed $data Value to check to see if was serialized.
* @return bool False if not serialized and true if it...