eio_mkdir

eio_mkdir

(PECL eio >= 0.0.1dev)

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 mode.

Parameters

path

Path for the new directory.

mode
登录查看完整内容