Class RESTian_Application_Serialized_Php_Parser
TODO: Need to test this one first.
-
RESTian_Parser_Base
-
RESTian_Application_Serialized_Php_Parser
Methods summary
public
array|object|
|
#
parse( string $body )
Returns an object or array of stdClass objects from a string containing valid
Serialized PHP
Returns an object or array of stdClass objects from a string containing valid
Serialized PHP
Parameters
Returns
array|object| A(n array of) stdClass object(s) with structure dictated by the passed
Serialized PHP string.
Throws
Overrides
|