API Documentation

Amf/Value/MessageHeader.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Value
version
$Id: MessageHeader.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Amf_Value_MessageHeader

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Amf_Value_MessageHeader

copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Value
Properties
$name
$mustRead
$length
$data
Methods
__construct

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.

Properties

$data

mixed $data = ''

Data sent with the header name

Details

$data
mixed
visibility
public
default
final
false
static
false

$length

int $length = ''

Length of the data field

Details

$length
int
visibility
public
default
final
false
static
false

$mustRead

boolean $mustRead = ''

Flag if the data has to be parsed on return

Details

$mustRead
boolean
visibility
public
default
final
false
static
false

$name

string $name = ''

Name of the header

Details

$name
string
visibility
public
default
final
false
static
false

Methods

__construct

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

Used to create and store AMF Header data.

Arguments
$name
String
$mustRead
Boolean
$data
$length
integer
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.