top
| ||
| append | in file File.php, method OLE_PPS_File::append() Append data to PPS | |
| Asc2Ucs | in file OLE.php, method OLE::Asc2Ucs() Transforms ASCII text to Unicode | |
top
| ||
| $children | in file PPS.php, variable OLE_PPS::$children Array of child PPS's (only used by Root and Dir PPS's) | |
top
| ||
| $DirPps | in file PPS.php, variable OLE_PPS::$DirPps The index of it's first child if this is a Dir or Root PPS | |
top
| ||
| File.php | procedural page File.php | |
top
| ||
| getData | in file OLE.php, method OLE::getData() Gets data from a PPS Index should be real index, not array index. | |
| getDataLength | in file OLE.php, method OLE::getDataLength() Gets the data length from a PPS Index should be real index, not array index. | |
top
| ||
| isFile | in file OLE.php, method OLE::isFile() Checks whether a PPS is File PPS or not. | |
top
| ||
| LocalDate2OLE | in file OLE.php, method OLE::LocalDate2OLE() Returns a string for the OLE container with the date given | |
top
| ||
| $Name | in file PPS.php, variable OLE_PPS::$Name The PPS name (in Unicode) | |
| $NextPps | in file PPS.php, variable OLE_PPS::$NextPps The index of the next PPS | |
| $No | in file PPS.php, variable OLE_PPS::$No The PPS index | |
top
| ||
| OLE | in file OLE.php, method OLE::OLE() The constructor Creates a new OLE container from the contents of the file given | |
| OLE | in file OLE.php, class OLE OLE package base class. It just contains utility methods by now. | |
| OLE2LocalDate | in file OLE.php, method OLE::OLE2LocalDate() Returns a timestamp from an OLE container's date | |
| OLE_DATA_SIZE_SMALL | in file OLE.php, constant OLE_DATA_SIZE_SMALL | |
| OLE_LONG_INT_SIZE | in file OLE.php, constant OLE_LONG_INT_SIZE | |
| OLE.php | procedural page OLE.php | |
| OLE_PPS | in file PPS.php, class OLE_PPS Class for creating PPS's for OLE containers | |
| OLE_PPS | in file PPS.php, method OLE_PPS::OLE_PPS() The constructor | |
| OLE_PPS_File | in file File.php, method OLE_PPS_File::OLE_PPS_File() The constructor | |
| OLE_PPS_File | in file File.php, class OLE_PPS_File Class for creating File PPS's for OLE containers | |
| OLE_PPS_Root | in file Root.php, class OLE_PPS_Root Class for creating Root PPS's for OLE containers | |
| OLE_PPS_Root | in file Root.php, method OLE_PPS_Root::OLE_PPS_Root() Constructor | |
| OLE_PPS_SIZE | in file OLE.php, constant OLE_PPS_SIZE | |
| OLE_PPS_TYPE_DIR | in file OLE.php, constant OLE_PPS_TYPE_DIR | |
| OLE_PPS_TYPE_FILE | in file OLE.php, constant OLE_PPS_TYPE_FILE | |
| OLE_PPS_TYPE_ROOT | in file OLE.php, constant OLE_PPS_TYPE_ROOT Constants for OLE package | |
top
| ||
| $PrevPps | in file PPS.php, variable OLE_PPS::$PrevPps The index of the previous PPS | |
| PPS.php | procedural page PPS.php | |
| ppsTotal | in file OLE.php, method OLE::ppsTotal() Gives the total number of PPS's found in the OLE container. | |
top
| ||
| Root.php | procedural page Root.php | |
top
| ||
| $Size | in file PPS.php, variable OLE_PPS::$Size The size of the PPS's data (in bytes) | |
| save | in file Root.php, method OLE_PPS_Root::save() Method for saving the whole OLE container (including files). | |
top
| ||
| $Time1st | in file PPS.php, variable OLE_PPS::$Time1st A timestamp | |
| $Time2nd | in file PPS.php, variable OLE_PPS::$Time2nd A timestamp | |
| $Type | in file PPS.php, variable OLE_PPS::$Type The PPS type. Dir, Root or File | |
top
| ||
| $_data | in file PPS.php, variable OLE_PPS::$_data The PPS's data (only used if it's not using a temporary file) | |
| $_file_handle | in file OLE.php, variable OLE::$_file_handle The file handle for reading an OLE container | |
| $_list | in file OLE.php, variable OLE::$_list Array of PPS's found on the OLE container | |
| $_StartBlock | in file PPS.php, variable OLE_PPS::$_StartBlock Starting block (small or big) for this PPS's data inside the container | |