Afișează lista derulantă

getmygid()

« getmxrr | getmyinode »
<?php
$int 
getmygid ();

// shows the group information
if ($int !== false and function_exists("posix_getgrgid")) {
    
$array posix_getgrgid($int);
}
?>
Rezultat
$int = '353'
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
Notificare PBX : rezultatul este distribuit cu pbx_hash din motive de securitate.
Exemple
#1 getmygid  ()
Vezi și
function_exists, get_current_user, getlastmod, getmyinode, getmypid, getmyuid, pbx_hash, posix_getgrgid