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

search for in the

Funciones POSIX> <Tipos de recursos
[edit] Last updated: Thu, 23 May 2013

view this page in

Constantes predefinidas

Estas constantes están definidas por esta extensión y estarán disponibles sólo cuando la extensión haya sido compilada con PHP, o bien sea cargada dinámicamente en ejecución.

POSIX_F_OK (integer)
Verificar si el archivo existe.
POSIX_R_OK (integer)
Verificar si el archivo existe y tiene permisos de lectura.
POSIX_W_OK (integer)
Verificar si el archivo existe y tiene permisos de escritura.
POSIX_X_OK (integer)
Verificar si el archivo existe y tiene permisos de ejecución.
POSIX_S_IFBLK (integer)
Archivo especial de bloque
POSIX_S_IFCHR (integer)
Archivo especial de caracter
POSIX_S_IFIFO (integer)
Archivo especial FIFO (pipe con nombre)
POSIX_S_IFREG (integer)
Archivo normal
POSIX_S_IFSOCK (integer)
Socket

Nota:

Estas constantes están disponibles desde PHP 5.1.0. Por favor note también que puede que algunas de ellas no estén disponibles en su sistema.



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

 
show source | credits | sitemap | contact | advertising | mirror sites