Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Amf/Constants.php
Go to the documentation of this file.
00001 <?php
00030 final class Zend_Amf_Constants
00031 {
00032     const AMF0_NUMBER            = 0x00;
00033     const AMF0_BOOLEAN           = 0x01;
00034     const AMF0_STRING            = 0x02;
00035     const AMF0_OBJECT            = 0x03;
00036     const AMF0_MOVIECLIP         = 0x04;
00037     const AMF0_NULL              = 0x05;
00038     const AMF0_UNDEFINED         = 0x06;
00039     const AMF0_REFERENCE         = 0x07;
00040     const AMF0_MIXEDARRAY        = 0x08;
00041     const AMF0_OBJECTTERM        = 0x09;
00042     const AMF0_ARRAY             = 0x0a;
00043     const AMF0_DATE              = 0x0b;
00044     const AMF0_LONGSTRING        = 0x0c;
00045     const AMF0_UNSUPPORTED       = 0x0e;
00046     const AMF0_XML               = 0x0f;
00047     const AMF0_TYPEDOBJECT       = 0x10;
00048     const AMF0_AMF3              = 0x11;
00049     const AMF0_OBJECT_ENCODING   = 0x00;
00050 
00051     const AMF3_UNDEFINED         = 0x00;
00052     const AMF3_NULL              = 0x01;
00053     const AMF3_BOOLEAN_FALSE     = 0x02;
00054     const AMF3_BOOLEAN_TRUE      = 0x03;
00055     const AMF3_INTEGER           = 0x04;
00056     const AMF3_NUMBER            = 0x05;
00057     const AMF3_STRING            = 0x06;
00058     const AMF3_XML               = 0x07;
00059     const AMF3_DATE              = 0x08;
00060     const AMF3_ARRAY             = 0x09;
00061     const AMF3_OBJECT            = 0x0A;
00062     const AMF3_XMLSTRING         = 0x0B;
00063     const AMF3_BYTEARRAY         = 0x0C;
00064     const AMF3_OBJECT_ENCODING   = 0x03;
00065 
00066     // Object encodings for AMF3 object types
00067     const ET_PROPLIST            = 0x00;
00068     const ET_EXTERNAL            = 0x01;
00069     const ET_DYNAMIC             = 0x02;
00070     const ET_PROXY               = 0x03;
00071 
00072     const FMS_OBJECT_ENCODING    = 0x01;
00073 
00078     const UNKNOWN_CONTENT_LENGTH = -1;
00079     const URL_APPEND_HEADER      = 'AppendToGatewayUrl';
00080     const RESULT_METHOD          = '/onResult';
00081     const STATUS_METHOD          = '/onStatus';
00082     const CREDENTIALS_HEADER     = 'Credentials';
00083     const PERSISTENT_HEADER      = 'RequestPersistentHeader';
00084     const DESCRIBE_HEADER        = 'DescribeService';
00085 
00086     const GUEST_ROLE             = 'anonymous';
00087 }
 All Data Structures Namespaces Files Functions Variables Enumerations