|
posix_mkfifoCreate a fifo special file (a named pipe) Description
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. Parameters
Return Values
Returns Notes
|