| 
 | eio_mkdirCreate directory Description
   resource eio_mkdir
    ( string  $path, int$mode[, int$pri= EIO_PRI_DEFAULT
   [, callable$callback= NULL
   [, mixed$data= NULL
  ]]] )
  eio_mkdir creates directory with specified access
   Parameters
 Return Values
   eio_mkdir returns request resource on success or  ExamplesExample #1 eio_mkdir example 
<?phpThe above example will output something similar to: eio_mkdir_ok See Also
 |