Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Amf_Value_MessageHeader

Zend_Amf
|-Zend_Amf_Value
|- class Zend_Amf_Value_MessageHeader
Message Headers provide context for the processing of the
the AMF Packet and all subsequent Messages.

Multiple Message Headers may be included within an AMF Packet.
PackageZend_Amf
SubpackageValue
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Overview

Instance fields$data $length $mustRead $name
Instance methods__construct()

Summary

Instance fields
+ $data Data sent with the header name
+ $length Length of the data field
+ $mustRead Flag if the data has to be parsed on return
+ $name Name of the header
Instance methods
+ __construct() Used to create and store AMF Header data

Details

Instance fields

$data
public $data
Data sent with the header name
Var mixed
$length
public $length
Length of the data field
Var int
$mustRead
public $mustRead
Flag if the data has to be parsed on return
Var boolean
$name
public $name
Name of the header
Var string

Instance methods

__construct()
public function __construct( $name
$mustRead
$data
$length = null
)
Used to create and store AMF Header data.
Parameters
String $name
Boolean $mustRead
$data
integer $length