You are here

public function PHPExcel_Shared_ZipStreamWrapper::url_stat in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php \PHPExcel_Shared_ZipStreamWrapper::url_stat()

* Implements support for fstat(). * *

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php, line 117

Class

PHPExcel_Shared_ZipStreamWrapper
PHPExcel_Shared_ZipStreamWrapper

Code

public function url_stat() {
  return $this
    ->statName($this->_fileNameInArchive);
}