| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 74 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Shared_OLE_PPS_File:: (4 methods):
__construct()
init()
append()
getStream()
Class: PHPExcel_Shared_OLE_PPS_File - X-Ref
Class for creating File PPS's for OLE containers| __construct($name) X-Ref |
| The constructor param: string $name The name of the file (in Unicode) |
| init() X-Ref |
| Initialization method. Has to be called right after OLE_PPS_File(). return: mixed true on success |
| append($data) X-Ref |
| Append data to PPS param: string $data The data to append |
| getStream() X-Ref |
| Returns a stream for reading this file using fread() etc. return: resource a read-only stream |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |