ドロップダウンリストを表示

posix_getegid()

« pos | posix_geteuid »
<?php
$int 
posix_getegid ();

// shows the group information
if ($int !== false and function_exists("posix_getgrgid")) {
    
$array posix_getgrgid($int);
}
?>
結果
$int = '353'
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
PBXの通知 : 結果は、セキュリティ上の理由pbx_hashでハッシュされます。
#1 posix_getegid  ()
参照
function_exists, getmygid, pbx_hash, posix_getgid, posix_getgrgid