Amf/Constants.php

Show: inherited
Table of Contents

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 [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Amf  
Version
$Id: Constants.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Amf_Constants

Package: Zend\Amf

The following constants are used throughout serialization and deserialization to detect the AMF marker and encoding types.

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

Constants

Constant  AMF0_NUMBER = 0
Constant  AMF0_BOOLEAN = 1
Constant  AMF0_STRING = 2
Constant  AMF0_OBJECT = 3
Constant  AMF0_MOVIECLIP = 4
Constant  AMF0_NULL = 5
Constant  AMF0_UNDEFINED = 6
Constant  AMF0_REFERENCE = 7
Constant  AMF0_MIXEDARRAY = 8
Constant  AMF0_OBJECTTERM = 9
Constant  AMF0_ARRAY = 10
Constant  AMF0_DATE = 11
Constant  AMF0_LONGSTRING = 12
Constant  AMF0_UNSUPPORTED = 14
Constant  AMF0_XML = 15
Constant  AMF0_TYPEDOBJECT = 16
Constant  AMF0_AMF3 = 17
Constant  AMF0_OBJECT_ENCODING = 0
Constant  AMF3_UNDEFINED = 0
Constant  AMF3_NULL = 1
Constant  AMF3_BOOLEAN_FALSE = 2
Constant  AMF3_BOOLEAN_TRUE = 3
Constant  AMF3_INTEGER = 4
Constant  AMF3_NUMBER = 5
Constant  AMF3_STRING = 6
Constant  AMF3_XML = 7
Constant  AMF3_DATE = 8
Constant  AMF3_ARRAY = 9
Constant  AMF3_OBJECT = 10
Constant  AMF3_XMLSTRING = 11
Constant  AMF3_BYTEARRAY = 12
Constant  AMF3_OBJECT_ENCODING = 3
Constant  ET_PROPLIST = 0
Constant  ET_EXTERNAL = 1
Constant  ET_DYNAMIC = 2
Constant  ET_PROXY = 3
Constant  FMS_OBJECT_ENCODING = 1
Constant  UNKNOWN_CONTENT_LENGTH = -1

Special content length value that indicates "unknown" content length per AMF Specification

Constant  URL_APPEND_HEADER = 'AppendToGatewayUrl'
Constant  RESULT_METHOD = '/onResult'
Constant  STATUS_METHOD = '/onStatus'
Constant  CREDENTIALS_HEADER = 'Credentials'
Constant  PERSISTENT_HEADER = 'RequestPersistentHeader'
Constant  DESCRIBE_HEADER = 'DescribeService'
Constant  GUEST_ROLE = 'anonymous'
Documentation was generated by phpDocumentor 2.0.0a8.