PHP » GoLang |
login |
register |
about
|
eio_open(PECL eio >= 0.0.1dev) eio_open — Opens a file Description
resource eio_open
( string
$path
, int $flags
, int $mode
, int $pri
, callable $callback
[, mixed $data = NULL
] )
eio_open() opens file specified by
Parameters
Return Values
eio_open() returns file descriptor in
ExamplesExample #1 eio_open() example
<?php The above example will output something similar to: bool(true) bool(true) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|