Dutch PHP Conference 2027

posix_mknod() 定数

注意:

システムによっては いくつかの定数が使用できない場合があることに注意してください。

POSIX_S_IFBLK (int)

ブロックスペシャルファイル。

POSIX_S_IFCHR (int)

キャラクタスペシャルファイル。

POSIX_S_IFIFO (int)

FIFO (名前つきパイプ) スペシャルファイル。

POSIX_S_IFREG (int)

通常のファイル。

POSIX_S_IFSOCK (int)

ソケット。

add a note

User Contributed Notes

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