|
PHP5中文手册
posix_mkfifo(PHP 4, PHP 5) posix_mkfifo — Create a fifo special file (a named pipe) 说明
bool posix_mkfifo
( string $pathname
, int $mode
)
posix_mkfifo() creates a special FIFO file which exists in the file system and acts as a bidirectional communication endpoint for processes. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 注释
|