ILIAS
eassessment Revision 61809
|
Static Public Member Functions | |
static | file_exists ($pFilename) |
Verify if a file exists. | |
static | realpath ($pFilename) |
Returns canonicalized absolute pathname, also for ZIP archives. | |
static | sys_get_temp_dir () |
Get the systems temporary directory. |
|
static |
Verify if a file exists.
string | $pFilename | Filename |
Definition at line 44 of file File.php.
Referenced by PHPExcel_Writer_Excel2007_ContentTypes\_getImageMimeType(), realpath(), and sys_get_temp_dir().
|
static |
Returns canonicalized absolute pathname, also for ZIP archives.
string | $pFilename |
Definition at line 73 of file File.php.
References file_exists().
Referenced by PHPExcel_Reader_Excel2007\_getFromZipArchive(), PHPExcel_Reader_Excel2007\load(), and sys_get_temp_dir().
|
static |
Get the systems temporary directory.
Definition at line 106 of file File.php.
References file_exists(), and realpath().
Referenced by PHPExcel_Shared_OLE_PPS_Root\__construct(), PHPExcel_CachedObjectStorage_DiscISAM\__construct(), PHPExcel_Writer_PDF\__construct(), PHPExcel_CachedObjectStorage_DiscISAM\copyCellCollection(), and PHPExcel_Shared_ZipArchive\open().