ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | |
static | setUseUploadTempDirectory ($useUploadTempDir=FALSE) |
Set the flag indicating whether the File Upload Temp directory should be used for temporary files. More... | |
static | getUseUploadTempDirectory () |
Get the flag indicating whether the File Upload Temp directory should be used for temporary files. More... | |
static | file_exists ($pFilename) |
Verify if a file exists. More... | |
static | realpath ($pFilename) |
Returns canonicalized absolute pathname, also for ZIP archives. More... | |
static | sys_get_temp_dir () |
Get the systems temporary directory. More... | |
Static Protected Attributes | |
static | $_useUploadTempDirectory = FALSE |
|
static |
Verify if a file exists.
string | $pFilename | Filename |
Definition at line 73 of file File.php.
References file_exists().
Referenced by PHPExcel_Writer_Excel2007_ContentTypes\_getImageMimeType(), file_exists(), realpath(), and sys_get_temp_dir().
|
static |
Get the flag indicating whether the File Upload Temp directory should be used for temporary files.
Definition at line 62 of file File.php.
References $_useUploadTempDirectory.
|
static |
Returns canonicalized absolute pathname, also for ZIP archives.
string | $pFilename |
Definition at line 102 of file File.php.
References $i, file_exists(), and realpath().
Referenced by PHPExcel_Reader_Excel2007\_getFromZipArchive(), PHPExcel_Reader_Excel2007\listWorksheetInfo(), PHPExcel_Reader_Excel2007\load(), realpath(), and sys_get_temp_dir().
|
static |
Set the flag indicating whether the File Upload Temp directory should be used for temporary files.
boolean | $useUploadTempDir | Use File Upload Temporary directory (true or false) |
Definition at line 52 of file File.php.
|
static |
Get the systems temporary directory.
Definition at line 135 of file File.php.
References file_exists(), realpath(), and sys_get_temp_dir().
Referenced by PHPExcel_Shared_XMLWriter\__construct(), PHPExcel_Shared_OLE_PPS_Root\__construct(), PHPExcel_Writer_PDF_Core\__construct(), PHPExcel_CachedObjectStorage_DiscISAM\__construct(), PHPExcel_Writer_HTML\_writeChartInCell(), PHPExcel_Shared_ZipArchive\open(), PHPExcel_Shared_OLE_PPS_Root\save(), PHPExcel_Writer_Excel2007\save(), PHPExcel_Writer_OpenDocument\save(), and sys_get_temp_dir().
|
staticprotected |
Definition at line 44 of file File.php.
Referenced by getUseUploadTempDirectory().