eio_open

Example

 resource eio_open ( string $path , int $flags , int $mode , int $pri , mixed $callback [, mixed $data = NULL ] ) 

Description

eio_open() opens file specified by path in access mode mode with

Return Values

eio_open() returns file descriptor in result argument of callback on success; otherwise, result is equal to -1.