System::mktemp

System::mktemp -- Create temporary files or directories

Synopsis

require_once "System.php";

mixed System::mktemp ([string $args = NULL])

Beschreibung

Creates temporary files or directories. This function will remove the created files when the scripts finish its execution.

Parameter

Rückgabewert

mixed - the full path of the created file or dir, or FALSE

Hinweise

Diese Methode kann statisch aufgerufen werden.

Siehe auch

mktemp man page

Beispiel