COMMA
COMMA = ','
SimpleJSON implementation of thrift protocol, ported from Java.
readMessageBegin(string $name, integer $type, $seqid)
Reading methods.
simplejson is not meant to be read back into thrift
| string | $name | Function name |
| integer | $type | message type TMessageType::CALL or TMessageType::REPLY |
| $seqid |
skip(\Thrift\Type\TType $type)
The skip function is a utility to parse over unrecognized date without causing corruption.
| \Thrift\Type\TType | $type | What type is it |
pushWriteContext(\Thrift\Protocol\SimpleJSON\Context $c)
Push a new write context onto the stack.
| \Thrift\Protocol\SimpleJSON\Context | $c |