PHP compatible serialization from C/C++

前端 未结 3 1721
隐瞒了意图╮
隐瞒了意图╮ 2021-01-12 19:03

Anyone know of a library that allows data to be serialized in C++ such that it can be deserialized using the default PHP \'unserialize\' function?

3条回答
  •  情歌与酒
    2021-01-12 19:11

    Here is the same question for Java. It should be pretty easy to write your own with examples. PHP its self is written in c and you could modify the deserialize source to your needs.

提交回复
热议问题