显示文本框

posix_getgrnam()

« posix_getgrgid | posix_getpwnam »
<?php
$array 
posix_getgrnam (
    
  // string $name
);
?>
结果
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
PBX notice : 该结果被散列以pbx_hash出于安全原因。
示例
#1 posix_getgrnam  ("qasda")
#2 posix_getgrnam  ("toons")
另请参阅
filegroup, pbx_hash, posix_getegid, posix_getgrgid