Amf/Constants.php

Show: PublicProtectedPrivateinherited
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 license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Amf  
Version
$Id$  

\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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  AMF0_NUMBER = 0
>VConstant  AMF0_BOOLEAN = 1
>VConstant  AMF0_STRING = 2
>VConstant  AMF0_OBJECT = 3
>VConstant  AMF0_MOVIECLIP = 4
>VConstant  AMF0_NULL = 5
>VConstant  AMF0_UNDEFINED = 6
>VConstant  AMF0_REFERENCE = 7
>VConstant  AMF0_MIXEDARRAY = 8
>VConstant  AMF0_OBJECTTERM = 9
>VConstant  AMF0_ARRAY = 10
>VConstant  AMF0_DATE = 11
>VConstant  AMF0_LONGSTRING = 12
>VConstant  AMF0_UNSUPPORTED = 14
>VConstant  AMF0_XML = 15
>VConstant  AMF0_TYPEDOBJECT = 16
>VConstant  AMF0_AMF3 = 17
>VConstant  AMF0_OBJECT_ENCODING = 0
>VConstant  AMF3_UNDEFINED = 0
>VConstant  AMF3_NULL = 1
>VConstant  AMF3_BOOLEAN_FALSE = 2
>VConstant  AMF3_BOOLEAN_TRUE = 3
>VConstant  AMF3_INTEGER = 4
>VConstant  AMF3_NUMBER = 5
>VConstant  AMF3_STRING = 6
>VConstant  AMF3_XML = 7
>VConstant  AMF3_DATE = 8
>VConstant  AMF3_ARRAY = 9
>VConstant  AMF3_OBJECT = 10
>VConstant  AMF3_XMLSTRING = 11
>VConstant  AMF3_BYTEARRAY = 12
>VConstant  AMF3_OBJECT_ENCODING = 3
>VConstant  ET_PROPLIST = 0
>VConstant  ET_EXTERNAL = 1
>VConstant  ET_DYNAMIC = 2
>VConstant  ET_PROXY = 3
>VConstant  FMS_OBJECT_ENCODING = 1
>VConstant  UNKNOWN_CONTENT_LENGTH = -1
Special content length value that indicates "unknown" content length per AMF Specification
>VConstant  URL_APPEND_HEADER = 'AppendToGatewayUrl'
>VConstant  RESULT_METHOD = '/onResult'
>VConstant  STATUS_METHOD = '/onStatus'
>VConstant  CREDENTIALS_HEADER = 'Credentials'
>VConstant  PERSISTENT_HEADER = 'RequestPersistentHeader'
>VConstant  DESCRIBE_HEADER = 'DescribeService'
>VConstant  GUEST_ROLE = 'anonymous'
Documentation was generated by phpDocumentor 2.2.0 .