(PECL eio >= 0.0.1dev)
Opens a file
resource eio_open ( string $path, int $flags, int $mode, int $pri, callable $callback [, mixed $data = NULL ] )
eio_open() opens file specified by path in access mode mode with
Parameters:
path
Path of the file to be opened.
Warning In some SAPIs(e.g. PHP-FPM) it could fail, if you don't specify full path.