posix_mkfifo

 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.

戻り値

Returns TRUE on success or FALSE on failure.