html { padding:0px; margin:0px; } body { background-color: #e1ddd9; font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#564b47; padding:0px 20px; margin:0px; } #content { float: left; width: 75%; background-color: #fff; margin:0px 0px 50px 0px; overflow: auto; } sys_get_temp_dir

sys_get_temp_dir

(no version information, might be only in CVS)

sys_get_temp_dir -- Returns directory path used for temporary files

Opis

string sys_get_temp_dir ( void )

Returns the path of the directory PHP stores temporary files in by default.

Zwracane wartości

Returns the path of the temporary directory.

Patrz także

tmpfile()
tempnam()