public function PHPExcel_Shared_OLE_PPS_File::getStream in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php \PHPExcel_Shared_OLE_PPS_File::getStream()
* Returns a stream for reading this file using fread() etc. *
Return value
resource a read-only stream
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ OLE/ PPS/ File.php, line 80
Class
- PHPExcel_Shared_OLE_PPS_File
- Class for creating File PPS's for OLE containers
Code
public function getStream() {
$this->ole
->getStream($this);
}