protobuffer php使用
protobuffer是google推出的一种数据传的方式,具体压缩,体积小的特点protobuffer本身不支持php,若要把.proto文件转化为php支持的文件,需要使用第三方的程序allegro/php-protobuf或drslump/Protobuf-PHP参考http://yueqian.sinaapp.com/a/52.htmlhttp://hello1...