Moodle  2.2.1
http://www.collinsharper.com
Zend_Amf_Constants Class Reference

Data Fields

const AMF0_NUMBER = 0x00
const AMF0_BOOLEAN = 0x01
const AMF0_STRING = 0x02
const AMF0_OBJECT = 0x03
const AMF0_MOVIECLIP = 0x04
const AMF0_NULL = 0x05
const AMF0_UNDEFINED = 0x06
const AMF0_REFERENCE = 0x07
const AMF0_MIXEDARRAY = 0x08
const AMF0_OBJECTTERM = 0x09
const AMF0_ARRAY = 0x0a
const AMF0_DATE = 0x0b
const AMF0_LONGSTRING = 0x0c
const AMF0_UNSUPPORTED = 0x0e
const AMF0_XML = 0x0f
const AMF0_TYPEDOBJECT = 0x10
const AMF0_AMF3 = 0x11
const AMF0_OBJECT_ENCODING = 0x00
const AMF3_UNDEFINED = 0x00
const AMF3_NULL = 0x01
const AMF3_BOOLEAN_FALSE = 0x02
const AMF3_BOOLEAN_TRUE = 0x03
const AMF3_INTEGER = 0x04
const AMF3_NUMBER = 0x05
const AMF3_STRING = 0x06
const AMF3_XML = 0x07
const AMF3_DATE = 0x08
const AMF3_ARRAY = 0x09
const AMF3_OBJECT = 0x0A
const AMF3_XMLSTRING = 0x0B
const AMF3_BYTEARRAY = 0x0C
const AMF3_OBJECT_ENCODING = 0x03
const ET_PROPLIST = 0x00
const ET_EXTERNAL = 0x01
const ET_DYNAMIC = 0x02
const ET_PROXY = 0x03
const FMS_OBJECT_ENCODING = 0x01
const UNKNOWN_CONTENT_LENGTH = -1
const URL_APPEND_HEADER = 'AppendToGatewayUrl'
const RESULT_METHOD = '/onResult'
const STATUS_METHOD = '/onStatus'
const CREDENTIALS_HEADER = 'Credentials'
const PERSISTENT_HEADER = 'RequestPersistentHeader'
const DESCRIBE_HEADER = 'DescribeService'
const GUEST_ROLE = 'anonymous'

Detailed Description

Definition at line 30 of file Constants.php.


Field Documentation

const AMF0_AMF3 = 0x11

Definition at line 48 of file Constants.php.

const AMF0_ARRAY = 0x0a

Definition at line 42 of file Constants.php.

const AMF0_BOOLEAN = 0x01

Definition at line 33 of file Constants.php.

const AMF0_DATE = 0x0b

Definition at line 43 of file Constants.php.

const AMF0_LONGSTRING = 0x0c

Definition at line 44 of file Constants.php.

const AMF0_MIXEDARRAY = 0x08

Definition at line 40 of file Constants.php.

const AMF0_MOVIECLIP = 0x04

Definition at line 36 of file Constants.php.

const AMF0_NULL = 0x05

Definition at line 37 of file Constants.php.

const AMF0_NUMBER = 0x00

Definition at line 32 of file Constants.php.

const AMF0_OBJECT = 0x03

Definition at line 35 of file Constants.php.

const AMF0_OBJECT_ENCODING = 0x00

Definition at line 49 of file Constants.php.

const AMF0_OBJECTTERM = 0x09

Definition at line 41 of file Constants.php.

const AMF0_REFERENCE = 0x07

Definition at line 39 of file Constants.php.

const AMF0_STRING = 0x02

Definition at line 34 of file Constants.php.

const AMF0_TYPEDOBJECT = 0x10

Definition at line 47 of file Constants.php.

const AMF0_UNDEFINED = 0x06

Definition at line 38 of file Constants.php.

const AMF0_UNSUPPORTED = 0x0e

Definition at line 45 of file Constants.php.

const AMF0_XML = 0x0f

Definition at line 46 of file Constants.php.

const AMF3_ARRAY = 0x09

Definition at line 60 of file Constants.php.

const AMF3_BOOLEAN_FALSE = 0x02

Definition at line 53 of file Constants.php.

const AMF3_BOOLEAN_TRUE = 0x03

Definition at line 54 of file Constants.php.

const AMF3_BYTEARRAY = 0x0C

Definition at line 63 of file Constants.php.

const AMF3_DATE = 0x08

Definition at line 59 of file Constants.php.

const AMF3_INTEGER = 0x04

Definition at line 55 of file Constants.php.

const AMF3_NULL = 0x01

Definition at line 52 of file Constants.php.

const AMF3_NUMBER = 0x05

Definition at line 56 of file Constants.php.

const AMF3_OBJECT = 0x0A

Definition at line 61 of file Constants.php.

const AMF3_OBJECT_ENCODING = 0x03

Definition at line 64 of file Constants.php.

const AMF3_STRING = 0x06

Definition at line 57 of file Constants.php.

const AMF3_UNDEFINED = 0x00

Definition at line 51 of file Constants.php.

const AMF3_XML = 0x07

Definition at line 58 of file Constants.php.

const AMF3_XMLSTRING = 0x0B

Definition at line 62 of file Constants.php.

const CREDENTIALS_HEADER = 'Credentials'

Definition at line 82 of file Constants.php.

const DESCRIBE_HEADER = 'DescribeService'

Definition at line 84 of file Constants.php.

const ET_DYNAMIC = 0x02

Definition at line 69 of file Constants.php.

const ET_EXTERNAL = 0x01

Definition at line 68 of file Constants.php.

const ET_PROPLIST = 0x00

Definition at line 67 of file Constants.php.

const ET_PROXY = 0x03

Definition at line 70 of file Constants.php.

const FMS_OBJECT_ENCODING = 0x01

Definition at line 72 of file Constants.php.

const GUEST_ROLE = 'anonymous'

Definition at line 86 of file Constants.php.

const PERSISTENT_HEADER = 'RequestPersistentHeader'

Definition at line 83 of file Constants.php.

const RESULT_METHOD = '/onResult'

Definition at line 80 of file Constants.php.

const STATUS_METHOD = '/onStatus'

Definition at line 81 of file Constants.php.

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

Definition at line 78 of file Constants.php.

const URL_APPEND_HEADER = 'AppendToGatewayUrl'

Definition at line 79 of file Constants.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations