| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 230 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Shared_OLE_PPS:: (4 methods):
__construct()
_DataLen()
_getPpsWk()
_savePpsSetPnt()
Class: PHPExcel_Shared_OLE_PPS - X-Ref
Class for creating PPS's for OLE containers| __construct($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children) X-Ref |
| The constructor param: integer $No The PPS index param: string $name The PPS name param: integer $type The PPS type. Dir, Root or File param: integer $prev The index of the previous PPS param: integer $next The index of the next PPS param: integer $dir The index of it's first child if this is a Dir or Root PPS param: integer $time_1st A timestamp param: integer $time_2nd A timestamp param: string $data The (usually binary) source data of the PPS param: array $children Array containing children PPS for this PPS |
| _DataLen() X-Ref |
| Returns the amount of data saved for this PPS return: integer The amount of data (in bytes) |
| _getPpsWk() X-Ref |
| Returns a string with the PPS's WK (What is a WK?) return: string The binary string |
| _savePpsSetPnt(&$raList, $to_save, $depth = 0) X-Ref |
| Updates index and pointers to previous, next and children PPS's for this PPS. I don't think it'll work with Dir PPS's. param: array &$raList Reference to the array of PPS's for the whole OLE return: integer The index for this PPS |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |