簡介
ProtoBuf,Google's Protocol Buffers for PHP,輕巧高效的結構化資料儲存格式,可用於結構化資料串列化,很適合做資料儲存或RPC 資料交換格式
下載
$ git clone https://github.com/allegro/php-protobuf.git
#安裝
$ phpize $ ./configure --with-php-config=/www/server/php/72/bin/php-config $ sudo make $ sudo make install
##設定##extension=protobuf.so
以上是編譯安裝 ProtoBuf 擴充的詳細內容。更多資訊請關注PHP中文網其他相關文章!$ php -m | grep protobuf