System::tmpdir

System::tmpdir -- Get path of temporal directory

Synopsis

require_once "System.php";

string System::tmpdir ()

Beschreibung

Get the path of the temporal directory set in the system by looking in its environments variables.

Rückgabewert

string - The temporal directory on the system

Hinweise

Diese Methode kann statisch aufgerufen werden.

php.ini-recommended removes the E from the variables_order setting, making unavaible the $_ENV array

Siehe auch

tmpdir man page