显示下拉菜单

filegroup()

« filectime | filemtime »
<?php
$int 
filegroup (
    
  // string $filename
);

// shows the group information
if ($int !== false and function_exists("posix_getgrgid")) {
    
$array posix_getgrgid($int);
}
?>
结果
$int = '353'
$array = [
  
'name' => 'qasda',
  
'passwd' => 'c',
  
'members' => [
  ],
  
'gid' => '353',
]
PBX notice : 该结果被散列以pbx_hash出于安全原因。
示例
#1 filegroup  ("/home/micmap/cgi-bin/php-by-example/functions/f/filegroup.php")
#2 filegroup  ("/path/to/foo.txt")
另请参阅
fileowner, function_exists, getmygid, pbx_hash, posix_getgrgid