Nota:
Estas constantes están disponibles desde PHP 5.1.0. Observe que
algunas de ellas podrían no estar disponibles en su sistema.
-
POSIX_S_IFBLK
(integer)
-
Fichero especial de bloque
-
POSIX_S_IFCHR
(integer)
-
Fichero especial de carácter
-
POSIX_S_IFIFO
(integer)
-
Fichero especial FIFO (tubería con nombre)
-
POSIX_S_IFREG
(integer)
-
Fichero normal
-
POSIX_S_IFSOCK
(integer)
-
Socket
There are no user contributed notes for this page.