System::&cat (Previous) (Next) System::tmpdir

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

System::mktemp

System::mktemp -- Create temporary files or directories

Leírás

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

Paraméterek

  • string $args - The arguments

    • prefix - The string that will be prepended to the temp name (defaults to tmp)

    • -d - A temporary dir will be created instead of a file.

    • -t - The target dir where the temporary file or directory will be created. If this parameter is missing, by default the enviroment vars TMP on Windows or TMPDIR on Unix will be used. If these vars are also missing c:\windows\temp or /tmp will be used.

Visszatérési érték

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

Megjegyzés

Ez a függvény meghívható statikusan.

System::&cat (Previous) (Next) System::tmpdir

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.