setUseUploadTempDirectory() setUseUploadTempDirectory(bool $useUploadTempDir = FALSE) : mixed Set the flag indicating whether the File Upload Temp directory should be used for temporary files Parameters bool $useUploadTempDir Use File Upload Temporary directory (true or false) Returns mixed —
getUseUploadTempDirectory() getUseUploadTempDirectory() : bool Get the flag indicating whether the File Upload Temp directory should be used for temporary files Returns bool — Use File Upload Temporary directory (true or false)
file_exists() file_exists(string $pFilename) : bool Verify if a file exists Parameters string $pFilename Filename Returns bool —
realpath() realpath(string $pFilename) : string Returns canonicalized absolute pathname, also for ZIP archives Parameters string $pFilename Returns string —