Exibir a lista drop-down

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);
}
?>
resultado
$int = '353'
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
Notícia PBX : o resultado é hash com pbx_hash por razões de segurança.
Exemplos
#1 posix_getegid  ()
Veja também
function_exists, getmygid, pbx_hash, posix_getgid, posix_getgrgid