eio_chmod
(PECL eio >= 0.0.1dev)
eio_chmod — ファイルやディレクトリのパーミッションを変更する
説明
eio_chmod(
string
int
int
callable
mixed
): resource
string
$path
,int
$mode
,int
$pri
= EIO_PRI_DEFAULT,callable
$callback
= NULL,mixed
$data
= NULL): resource
eio_chmod() は、ファイルやディレクトリのパーミッションを変更します。
新しいパーミッションを mode
で指定します。
パラメータ
path
-
対象となるファイルやディレクトリのパス。
警告相対パスを避けましょう
mode
-
新しいパーミッション。
0644
など。 pri
-
リクエストの優先順位。
EIO_PRI_DEFAULT
、EIO_PRI_MIN
、EIO_PRI_MAX
あるいはnull
を指定します。null
を渡した場合、pri
は内部的にEIO_PRI_DEFAULT
となります。 callback
-
callback
関数が、リクエスト終了時にコールされます。 この関数のプロトタイプは、に一致しなければなりません。void callback(mixed $data, int $result[, resource $req]);
data
は、リクエストに渡すカスタムデータです。
result
にはリクエスト固有の結果が格納されます。基本的には、対応するシステムコールが返すそのままの値となります。
req
はオプションで指定するリクエストリソースです。 eio_get_last_error() のような関数で使えます。
data
-
callback
に渡す任意の引数。
戻り値
eio_chmod()
は、成功した場合にリクエストリソースを返します。失敗した場合に false
を返します
参考
- eio_chown() - ファイルやディレクトリのオーナーを変更する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google