public function PHPExcel_Shared_ZipStreamWrapper::stream_stat in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php \PHPExcel_Shared_ZipStreamWrapper::stream_stat()
* Implements support for fstat(). * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ ZipStreamWrapper.php, line 126
Class
- PHPExcel_Shared_ZipStreamWrapper
- PHPExcel_Shared_ZipStreamWrapper
Code
public function stream_stat() {
return $this->_archive
->statName($this->_fileNameInArchive);
}