Afficher la liste déroulante

posix_getgrnam()

« posix_getgrgid | posix_getpwnam »
<?php
$array 
posix_getgrnam (
    
  // string $name
);
?>
Résultat
$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_getgrnam  ("qasda")
#2 posix_getgrnam  ("toons")
Voir aussi
filegroup, pbx_hash, posix_getegid, posix_getgrgid