嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
php protoBuffer example
这是一个简单的php protoBuffer example,可以提供给大家参考 这是一个简单的php protoBuffer example,可以提供给大家参考
.
├── php protoBuffer example.rar
└── protoBuffer
├── example
│ ├── TestPerson.php
│ ├── TestPerson.proto
│ ├── TestPersonParse.php
│ ├── nested_mess
│ │ ├── nested.pb
│ │ ├── nested.php
│ │ ├── nested.proto
│ │ ├── pb_proto_nested.php
│ │ └── protoc.php
│ ├── pb_proto_TestPerson.php
│ ├── pb_proto_test.php
│ ├── pb_proto_test_my.php
│ ├── pb_proto_test_new.php
│ ├── pb_proto_test_with_new_field.php
│ ├── primitive_rep
│ │ ├── pb_proto_primitive.php
│ │ ├── primitive.php
│ │ ├── primitive.proto
│ │ └── protoc.php
│ ├── protoc.php
│ ├── protocTestMy.php
│ ├── protocTestPerson.php
│ ├── seats.proto
│ ├── test.pb
│ ├── test.php
│ ├── test.proto
│ ├── testPersons.pb
│ ├── test_my.pb
│ ├── test_my.php
│ ├── test_my.proto
│ ├── test_new.php
│ └── test_new.proto
├── message
│ ├── encoding
│ │ └── pb_base128.php
│ ├── pb_message.php
│ ├── reader
│ │ ├── pb_input_reader.php
│ │ └── pb_input_string_reader.php
│ └── type
│ ├── pb_bool.php
│ ├── pb_bytes.php
│ ├── pb_enum.php
│ ├── pb_int.php
│ ├── pb_scalar.php
│ ├── pb_signed_int.php
│ └── pb_string.php
└── parser
└── pb_parser.php
9 directories, 43 files