filegroup
filegroup
(PHP 4, PHP 5, PHP 7)
filegroup — Gets file group
Description
int filegroup ( string $filename )
Gets the file group. The group ID is returned in numerical format, use posix_getgrgid() to resolve it to a group name.
Parameters
-
filename
-
Path to the file.