Afficher la liste déroulante

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);
}
?>
Résultat
$int = '353'
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
Notification PBX : le résultat est haché avec pbx_hash pour des raisons de sécurité.
Exemples
#1 posix_getgid  ()
Voir aussi
function_exists, getmygid, pbx_hash, posix_getegid, posix_getgrgid