Classes and interfaces
Amfphp_Core_Amf_Constants¶
constants relative to the Amf format
« More »
Amfphp_Core_Amf_Deserializer¶
Amfphp_Core_Amf_Deserializer takes the raw amf input stream and converts it PHP objects
representing the data.
« More »
Amfphp_Core_Amf_Handler¶
This is the default handler for the gateway.
« More »
Amfphp_Core_Amf_Message¶
Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.
« More »
Amfphp_Core_Amf_Packet¶
content holder for an Amf Packet.
« More »
Amfphp_Core_Amf_Serializer¶
AmfSerializer manages the job of translating PHP objects into
the actionscript equivalent via Amf.
« More »
Amfphp_Core_Amf_Util¶
utils for Amf handling
« More »
Classes and interfaces
Amfphp_Core_Amf_Types_ByteArray¶
Amf byte arrays will be converted to and from this class
« More »
Amfphp_Core_Amf_Types_Date¶
Amf dates will be converted to and from this class.
« More »
Amfphp_Core_Amf_Types_Undefined¶
Amf Undefined will be converted to and from this class
« More »
Amfphp_Core_Amf_Types_Xml¶
Amf xml (not the AS3/AMF3 XMLDocument) will be converted to and from this class.
« More »
Amfphp_Core_Amf_Types_XmlDocument¶
AS3 XMLDocument type.
« More »