LonghornPHP 2026

posix_mknod() constants

注意:

Please note that some of them may not be available on your system.

POSIX_S_IFBLK (int)

Block special file

POSIX_S_IFCHR (int)

Character special file

POSIX_S_IFIFO (int)

FIFO (named pipe) special file

POSIX_S_IFREG (int)

Normal file

POSIX_S_IFSOCK (int)

Socket

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top