Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

sys_get_temp_dir

Description

The sys_get_temp_dir of Options / Information for PHP returns directory path used for temporary files.

Syntax

sys_get_temp_dir(): string

Return

Returns the path of the temporary directory.

Examples

1 · void

<?

$return = sys_get_temp_dir();

echo $return;
/tmp
HomeMenu