显示下拉菜单

posix_getgid()

« posix_geteuid | posix_getgrgid »
<?php
$int 
posix_getgid ();

// 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 notice : 该结果被散列以pbx_hash出于安全原因。
示例
#1 posix_getgid  ()
另请参阅
function_exists, getmygid, pbx_hash, posix_getegid, posix_getgrgid