$No
$No : integer
The PPS index.
Class for creating Root PPS's for OLE containers.
$ole : \PhpOffice\PhpSpreadsheet\Shared\OLE
Pointer to OLE container.
__construct(integer $time_1st, integer $time_2nd, array<mixed,\PhpOffice\PhpSpreadsheet\Shared\OLE\PPS\File> $raChild)
The constructor.
integer | $time_1st | A timestamp |
integer | $time_2nd | A timestamp |
array<mixed,\PhpOffice\PhpSpreadsheet\Shared\OLE\PPS\File> | $raChild |
save(resource|string $filename) : boolean
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.
resource|string | $filename | the name of the file or stream where to save the OLE container |
true on success
Loading…