Visualizzare l'elenco a discesa

posix_getgrnam()

« posix_getgrgid | posix_getpwnam »
<?php
$array 
posix_getgrnam (
    
  // string $name
);
?>
risultato
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
Avviso PBX : il risultato è stato eseguito l'hashing con pbx_hash per motivi di sicurezza.
Esempi
#1 posix_getgrnam  ("qasda")
#2 posix_getgrnam  ("toons")
Vedi anche
filegroup, pbx_hash, posix_getegid, posix_getgrgid