posix_mkfifo

posix_mkfifo -- Create a fifo special file (a named pipe)

Description

bool posix_mkfifo ( string pathname, int mode)

Poznámka : When safe mode is enabled , PHP checks whether the directory in which you are about to operate has the same UID as the script that is being executed .