| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 462 lines (17 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Shared_OLE_PPS_Root:: (9 methods):
__construct()
save()
_calcSize()
adjust2()
_saveHeader()
_saveBigData()
_makeSmallData()
_savePps()
_saveBbd()
Class: PHPExcel_Shared_OLE_PPS_Root - X-Ref
Class for creating Root PPS's for OLE containers| __construct($time_1st, $time_2nd, $raChild) X-Ref |
param: integer $time_1st A timestamp param: integer $time_2nd A timestamp |
| save($filename) X-Ref |
| Method for saving the whole OLE container (including files). In fact, if called with an empty argument (or '-'), it saves to a temporary file and then outputs it's contents to stdout. If a resource pointer to a stream created by fopen() is passed it will be used, but you have to close such stream by yourself. param: string|resource $filename The name of the file or stream where to save the OLE container. return: mixed true on success |
| _calcSize(&$raList) X-Ref |
| Calculate some numbers param: array $raList Reference to an array of PPS's return: array The array of numbers |
| adjust2($i2) X-Ref |
| Helper function for caculating a magic value for block sizes param: integer $i2 The argument return: integer |
| _saveHeader($iSBDcnt, $iBBcnt, $iPPScnt) X-Ref |
| Save OLE header param: integer $iSBDcnt param: integer $iBBcnt param: integer $iPPScnt |
| _saveBigData($iStBlk, &$raList) X-Ref |
| Saving big data (PPS's with data bigger than PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL) param: integer $iStBlk param: array &$raList Reference to array of PPS's |
| _makeSmallData(&$raList) X-Ref |
| get small data (PPS's with data smaller than PHPExcel_Shared_OLE::OLE_DATA_SIZE_SMALL) param: array &$raList Reference to array of PPS's |
| _savePps(&$raList) X-Ref |
| Saves all the PPS's WKs param: array $raList Reference to an array with all PPS's |
| _saveBbd($iSbdSize, $iBsize, $iPpsCnt) X-Ref |
| Saving Big Block Depot param: integer $iSbdSize param: integer $iBsize param: integer $iPpsCnt |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |