System::tmpdir

System::tmpdir – Obtiene el path del directorio temporal

Synopsis

require_once "System.php";

string System::tmpdir ( )

Description

Obtiene el path del directorio temporal fijado en el sistema buscando en las variables de entorno.

Return value

string - El directorio temporal del sistema

Note

This function can be called statically.

php.ini-recommended elimina las E de los valores de variables_order fijadas, impidiendo acceder a $_ENV array

Crea archivos o directorios temporales (Previous) muestra el path completo de un comando (Next)
Last updated: Thu, 24 May 2012 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.