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.

package Zend_Amf
subpackage Value
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Used to create and store AMF Header data.

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

Parameters

$name

String

$mustRead

Boolean

$data

$length

integer

 Properties

 

Data sent with the header name

$data : mixed

Default

 

Length of the data field

$length : integer

Default

 

Flag if the data has to be parsed on return

$mustRead : boolean

Default

 

Name of the header

$name : string

Default