PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Filesystem Functions> <Tipos de recursos
Last updated: Fri, 04 Jul 2008

view this page in

Constantes predefinidas

Estas constantes están definidas por esta extensión y estarán disponibles solamente cuando la extensión ha sido o bien compilada dentro de PHP o grabada dinámicamente en tiempo de ejecución.

GLOB_BRACE (integer)
GLOB_ONLYDIR (integer)
GLOB_MARK (integer)
GLOB_NOSORT (integer)
GLOB_NOCHECK (integer)
GLOB_NOESCAPE (integer)
PATHINFO_DIRNAME (integer)
PATHINFO_BASENAME (integer)
PATHINFO_EXTENSION (integer)
PATHINFO_FILENAME (integer)
Desde PHP 5.2.0.
FILE_USE_INCLUDE_PATH (integer)
Busca por nombre_archivo en include_path (desde PHP 5).
FILE_APPEND (integer)
Anexar contenido al archivo existente.
FILE_IGNORE_NEW_LINES (integer)
Elimina caracteres de final de línea (EOL) (desde PHP 5).
FILE_SKIP_EMPTY_LINES (integer)
Salta líneas vacías (desde PHP 5).
FILE_BINARY (integer)
Modo binario (desde PHP 6).
FILE_TEXT (integer)
Modo de texto (desde PHP 6).


add a note add a note User Contributed Notes
Constantes predefinidas
There are no user contributed notes for this page.

Filesystem Functions> <Tipos de recursos
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites