System::mktemp | System::which |
System | |
PEAR Manual | |
require_once "System.php"; |
string System::tmpdir (
)
Get the path of the temporal directory set in the system by looking in its environments variables.
string - The temporal directory on the system
This function can be called statically.
php.ini-recommended removes the E from the variables_order setting, making unavailable the $_ENV array
System::mktemp | System::which |
System | |
PEAR Manual | |