ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
OLE.php File Reference

Go to the source code of this file.

Data Structures

class  OLE

Namespaces

namespace  OLE

Variables

const OLE_PPS_TYPE_ROOT = 5
 Constants for OLE package.
const OLE_PPS_TYPE_DIR = 1
const OLE_PPS_TYPE_FILE = 2
const OLE_DATA_SIZE_SMALL = 0x1000
const OLE_LONG_INT_SIZE = 4
const OLE_PPS_SIZE = 0x80
 $GLOBALS ['_OLE_INSTANCES'] = array()

Variable Documentation

$GLOBALS['_OLE_INSTANCES'] = array()

Definition at line 40 of file OLE.php.

const OLE_DATA_SIZE_SMALL = 0x1000

Definition at line 29 of file OLE.php.

const OLE_LONG_INT_SIZE = 4

Definition at line 30 of file OLE.php.

const OLE_PPS_SIZE = 0x80

Definition at line 31 of file OLE.php.

const OLE_PPS_TYPE_DIR = 1

Definition at line 27 of file OLE.php.

const OLE_PPS_TYPE_FILE = 2

Definition at line 28 of file OLE.php.

const OLE_PPS_TYPE_ROOT = 5

Constants for OLE package.

Definition at line 26 of file OLE.php.