public static function PHPExcel_Shared_File::getUseUploadTempDirectory in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/File.php \PHPExcel_Shared_File::getUseUploadTempDirectory()
* Get the flag indicating whether the File Upload Temp directory should be used for temporary files * *
Return value
boolean Use File Upload Temporary directory (true or false)
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ File.php, line 62
Class
- PHPExcel_Shared_File
- PHPExcel_Shared_File
Code
public static function getUseUploadTempDirectory() {
return self::$_useUploadTempDirectory;
}