Class Zend_Amf_Value_MessageHeader

Description

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.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Amf/Value/MessageHeader.php (line 34)


	
			
Variable Summary
 mixed $data
 int $length
 boolean $mustRead
 string $name
Method Summary
 Zend_Amf_Value_MessageHeader __construct (String $name, Boolean $mustRead,  $data, [integer $length = null], misc $content)
Variables
mixed $data (line 62)

Data sent with the header name

  • access: public
int $length (line 55)

Length of the data field

  • access: public
boolean $mustRead (line 48)

Flag if the data has to be parsed on return

  • access: public
string $name (line 41)

Name of the header

  • access: public
Methods
Constructor __construct (line 72)

Used to create and store AMF Header data.

  • access: public
Zend_Amf_Value_MessageHeader __construct (String $name, Boolean $mustRead,  $data, [integer $length = null], misc $content)
  • String $name
  • Boolean $mustRead
  • misc $content
  • integer $length
  • $data

Documentation generated on Mon, 21 Jun 2010 15:33:55 -0400 by phpDocumentor 1.4.3