posix_mkfifo

Example

 bool posix_mkfifo ( string $pathname , int $mode ) 

Description

posix_mkfifo() creates a special FIFO file which exists in the file system and acts as a bidirectional communication endpoint for processes.

Return Values

Returns TRUE on success or FALSE on failure.