php数据序列化测试实例详解 php数据序列化测试实例详解测试代码$msg=['test'=>23];$start=microtime(true);for($i=0;$i<100000;$i++){ php数据序列化的详解