update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값
성공 시 주의
|