PHP 8.6.0 Beta 3 is available for testing

posix_mknod() constants

Bilginize:

Bazı sabitlerin sisteminizde kullanılamayabileceği aklınızda bulunsun.

POSIX_S_IFBLK (int)

Blok aygıtı dosyası.

POSIX_S_IFCHR (int)

Karakter aygıtı dosyası.

POSIX_S_IFIFO (int)

FIFO (isimli boru) aygıtı dosyası

POSIX_S_IFREG (int)

Normal dosya

POSIX_S_IFSOCK (int)

Soket

add a note

User Contributed Notes

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