posix_seteuid
(PHP 4 >= 4.0.2, PHP 5)
posix_seteuid — 現在のプロセスの実効 UID を設定する
説明
bool posix_seteuid ( int $uid )現在のプロセスの実効ユーザ ID を設定します。 この関数は特権関数であり、実行するにはシステム上において適当な権限 (通常は root) が必要です。
パラメータ
- uid
ユーザ ID。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
参考
| posix_setgid() |
posix_seteuid
There are no user contributed notes for this page.