$_stream
$_stream : \Zend_Amf_Parse_InputStream
The raw string that represents the AMF request.
Read an AMF0 input stream and convert it into PHP data types
Logic for deserialization of the AMF envelop is based on resources supplied by Adobe Blaze DS. For and example of deserialization please review the BlazeDS source tree.
$_stream : \Zend_Amf_Parse_InputStream
The raw string that represents the AMF request.
__construct(\Zend_Amf_Parse_InputStream $stream) : void
Constructor
\Zend_Amf_Parse_InputStream | $stream |
readTypeMarker(integer $typeMarker = null) : mixed
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.
integer | $typeMarker |
for invalid type
whatever the data type is of the marker in php
readDate() : \Zend_Date
Convert AS Date to Zend_Date