$ole
$ole : \PhpOffice\PhpSpreadsheet\Shared\OLE
The OLE container of the file that is being read.
$ole : \PhpOffice\PhpSpreadsheet\Shared\OLE
The OLE container of the file that is being read.
$params : array
Parameters specified by fopen().
$data : string
The binary data of the file.
$pos : int
The file pointer.
stream_open(string $path, string $mode, int $options, string $openedPath) : bool
Implements support for fopen().
For creating streams using this wrapper, use OLE_PPS_File::getStream().
string | $path | resource name including scheme, e.g. ole-chainedblockstream://oleInstanceId=1 |
string | $mode | only "r" is supported |
int | $options | mask of STREAM_REPORT_ERRORS and STREAM_USE_PATH |
string | $openedPath | absolute path of the opened stream (out parameter) |
true on success