posix_getuid
(PHP 4, PHP 5)
posix_getuid — 現在のプロセスの実際のユーザ ID を返す
説明
int posix_getuid ( void )現在のプロセスの実際のユーザ ID を返します。
返り値
ID を表す整数値を返します。
参考
| 使用可能なユーザ名に変換する方法に関する情報については、 posix_getpwuid() も参照ください。 |
posix_getuid
There are no user contributed notes for this page.