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.