either 0 or 3. This is stored here when deserializing, because the serializer needs the info
constants relative to the Amf format
Amfphp_Core_Amf_Deserializer takes the raw amf input stream and converts it PHP objects representing the data.
This is the default handler for the gateway. It's job is to handle everything that is specific to Amf for the gateway.
Amfphp_Core_Amf_Header is a data type that represents a single header passed via Amf
Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.
content holder for an Amf Packet.
AmfSerializer manages the job of translating PHP objects into the actionscript equivalent via Amf. The main method of the serializer is the serialize method which takes and AmfObject as it's argument and builds the resulting Amf Message.
applies a function to all objects contained by $obj and $obj itself.