LonghornPHP 2026

Constantes posix_mknod()

Note:

À noter que quelques unes d'entre elles peuvent ne pas être disponibles sur le système.

POSIX_S_IFBLK (int)

Fichier spécial de bloc

POSIX_S_IFCHR (int)

Fichier spécial de caractère

POSIX_S_IFIFO (int)

Fichier spécial FIFO (pipe nommé)

POSIX_S_IFREG (int)

Fichier normal

POSIX_S_IFSOCK (int)

Socket

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top