以下常數由此擴充套件定義,並且只有在擴充套件已編譯到 PHP 中或在執行時動態載入時才會可用。
F_DUPFD
(整數)
F_GETFD
(整數)
F_GETFL
(整數)
F_GETLK
(整數 (int))
F_GETOWN
(整數 (int))
F_RDLCK
(整數 (int))
F_SETFL
(整數 (int))
F_SETLK
(整數 (int))
F_SETLKW
(整數 (int))
F_SETOWN
(整數 (int))
F_UNLCK
(整數 (int))
F_WRLCK
(整數 (int))
O_APPEND
(整數 (int))
O_ASYNC
(整數 (int))
O_CREAT
(整數 (int))
O_EXCL
(整數 (int))
O_NDELAY
(整數 (int))
O_NOCTTY
(整數 (int))
O_NONBLOCK
(整數 (int))
O_RDONLY
(整數 (int))
O_RDWR
(整數 (int))
O_SYNC
(整數 (int))
O_TRUNC
(整數 (int))
O_WRONLY
(整數 (int))
S_IRGRP
(整數 (int))
S_IROTH
(整數 (int))
S_IRUSR
(整數 (int))
S_IRWXG
(整數 (int))
S_IRWXO
(整數 (int))
S_IRWXU
(整數 (int))
S_IWGRP
(整數 (int))
S_IWOTH
(整數 (int))
S_IWUSR
(整數 (int))
S_IXGRP
(整數 (int))
S_IXOTH
(整數 (int))
S_IXUSR
(整數 (int))