\PHPExcel_Shared_File

PHPExcel_Shared_File

Summary

Methods
Properties
Constants
setUseUploadTempDirectory()
getUseUploadTempDirectory()
file_exists()
realpath()
sys_get_temp_dir()
No public properties found
No constants found
No protected methods found
$_useUploadTempDirectory
N/A
No private methods found
No private properties found
N/A

Properties

$_useUploadTempDirectory

$_useUploadTempDirectory : 

Type

Methods

setUseUploadTempDirectory()

setUseUploadTempDirectory(boolean  $useUploadTempDir = FALSE) 

Set the flag indicating whether the File Upload Temp directory should be used for temporary files

Parameters

boolean $useUploadTempDir

Use File Upload Temporary directory (true or false)

getUseUploadTempDirectory()

getUseUploadTempDirectory() : boolean

Get the flag indicating whether the File Upload Temp directory should be used for temporary files

Returns

boolean —

Use File Upload Temporary directory (true or false)

file_exists()

file_exists(string  $pFilename) : boolean

Verify if a file exists

Parameters

string $pFilename

Filename

Returns

boolean

realpath()

realpath(string  $pFilename) : string

Returns canonicalized absolute pathname, also for ZIP archives

Parameters

string $pFilename

Returns

string

sys_get_temp_dir()

sys_get_temp_dir() : string

Get the systems temporary directory.

Returns

string