sys_get_temp_dir(PHP 5 >= 5.2.1) sys_get_temp_dir — Returns directory path used for temporary files Описание
string sys_get_temp_dir
( void
)
Returns the path of the directory PHP stores temporary files in by default. Возвращаемые значенияReturns the path of the temporary directory. Примеры
Пример #1 sys_get_temp_dir() example
<?phpРезультатом выполнения данного примера будет что-то подобное: C:\Windows\Temp\TuxA318.tmp |
||