PHP » PYTHON |
login |
register |
about
|
PYTHON posix_mkfifo
is this article helpful?
|
Python replacement for PHP's posix_mkfifo
[
edit
| history
]
import os os.mkfifo(pathname, mode) posix_mkfifo(PHP 4, PHP 5) posix_mkfifo — Create 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 ValuesReturns TRUE on success or FALSE on failure. Notes
|
more
Recently updated
more
Most requested
|