get_types() get_types( $number) : array Get the wired_type and field_type Parameters $number as decimal Returns array — wired_type, field_type
SerializeToString() SerializeToString( $rec = -1) : string Encodes a Message Parameters $rec Returns string — the encoded message
_serialize_chunk() _serialize_chunk(String $stringinner) Serializes the chunk Parameters String $stringinner String where to append the chunk
ParseFromString() ParseFromString( $message) Decodes a Message and Built its things Parameters $message
Send() Send( $url, $class = null) : String Sends the message via post request ['message'] to the url Parameters $url $class Returns String — the return string from the request to the url
_destruct() _destruct() Fix Memory Leaks with Objects in PHP 5 http://paul-m-jones.com/?p=262 thanks to cheton http://code.google.com/p/pb4php/issues/detail?id=3&can=1
_set_arr_value() _set_arr_value( $index, $index_arr, $value) Set an array value - @TODO failure check Parameters $index $index_arr $value
_remove_last_arr_value() _remove_last_arr_value( $index) Remove the last array value Parameters $index