\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.

Summary

Methods
Properties
Constants
__construct()
$name
$mustRead
$length
$data
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : string

Name of the header

Type

string

$mustRead

$mustRead : boolean

Flag if the data has to be parsed on return

Type

boolean

$length

$length : integer

Length of the data field

Type

integer

$data

$data : mixed

Data sent with the header name

Type

mixed

Methods

__construct()

__construct(String  $name, Boolean  $mustRead,   $data, integer  $length = null) 

Used to create and store AMF Header data.

Parameters

String $name
Boolean $mustRead
$data
integer $length