Read an AMF0 input stream and convert it into PHP data types
Located in /Amf/Parse/Amf0/Deserializer.php (line 39)
Zend_Amf_Parse_Deserializer | --Zend_Amf_Parse_Amf0_Deserializer
If AMF3 serialization occurs, update to AMF0 0x03
An array of objects used for recursively deserializing an object.
Inherited from Zend_Amf_Parse_Deserializer
Zend_Amf_Parse_Deserializer::$_stream
Return the object encoding to check if an AMF3 object is going to be return.
AMF3 data type encountered load AMF3 Deserializer to handle type markers.
Converts numerically indexed actiosncript arrays into php arrays.
Called when marker type is 10
Reads an array with numeric and string indexes.
Called when marker type is 8
Read AMF objects and convert to PHP objects
Read the name value pair objects form the php message and convert them to a php object class.
Called when the marker type is 3.
Read reference objects
Used to gain access to the private array of reference objects. Called when marker type is 7.
Read Class that is to be mapped to a server class.
Commonly used for Value Objects on the server
Read AMF markers and dispatch for deserialization
Checks for AMF marker types and calls the appropriate methods for deserializing those marker types. Markers are the data type of the following value.
Convert XML to SimpleXml If user wants DomDocument they can use dom_import_simplexml
Inherited From Zend_Amf_Parse_Deserializer
Zend_Amf_Parse_Deserializer::__construct()
Zend_Amf_Parse_Deserializer::readTypeMarker()
Documentation generated on Mon, 21 Jun 2010 15:16:46 -0400 by phpDocumentor 1.4.3