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