| 
 | eio_openOpens 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 
<?phpThe above example will output something similar to: bool(true) bool(true) See Also
 |