Read an AMF3 input stream and convert it into PHP data types.
Located in /Amf/Parse/Amf3/Deserializer.php (line 40)
Zend_Amf_Parse_Deserializer | --Zend_Amf_Parse_Amf3_Deserializer
Total number of objects in the referenceObject array
An array of reference class definitions per body
An array of reference objects per amf body
An array of reference strings per amf body
Inherited from Zend_Amf_Parse_Deserializer
Zend_Amf_Parse_Deserializer::$_stream
Read amf array to PHP array
Read and deserialize a date
Data is the number of milliseconds elapsed since the epoch of midnight, 1st Jan 1970 in the UTC time zone. Local time zone information is not sent to flash.
Read and deserialize an integer
AMF 3 represents smaller integers with fewer bytes using the most significant bit of each byte. The worst case uses 32-bits to represent a 29-bit number, which is what we would have done with no compression.
Parsing integers on OSFlash for the AMF3 integer data format:
Read an object from the AMF stream and convert it into a PHP object
Read and deserialize a string
Strings can be sent as a reference to a previously occurring String by using an index to the implicit string reference table. Strings are encoding using UTF-8 - however the header may either describe a string literal or a string reference.
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:48 -0400 by phpDocumentor 1.4.3