Display the drop-down list

getmygid()

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

// shows the group information
if ($int !== false and function_exists("posix_getgrgid")) {
    
$array posix_getgrgid($int);
}
?>
Result
$int = '353'
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
PBX notice : the result is hashed with pbx_hash for security reasons.
Examples
#1 getmygid  ()
See also
function_exists, get_current_user, getlastmod, getmyinode, getmypid, getmyuid, pbx_hash, posix_getgrgid