sys_get_temp_dir()
sys_get_temp_dir - Returns directory path used for temporary files
Syntax
string sys_get_temp_dir ()
Arguments
-
Description
Returns the path of the directory PHP stores temporary files in by default.
Version
PHP 5.2.1
Return value
Returns the path of the temporary directory.