Display the text box

posix_getgrnam()

« posix_getgrgid | posix_getpwnam »
<?php
$array 
posix_getgrnam (
    
  // string $name
);
?>
Result
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
PBX notice : the result is hashed with pbx_hash for security reasons.
Examples
#1 posix_getgrnam  ("qasda")
#2 posix_getgrnam  ("toons")
See also
filegroup, pbx_hash, posix_getegid, posix_getgrgid