Home > Article > Backend Development > php filegroup function_PHP tutorial
php filegroup function
filegroup
(PHP 4, PHP 5)
Filegroup-get filegroup
Description
International File Group (String$FileName)
Get the filegroup. To return a numeric value in the format of the group ID, please use posix_getgrgid() to solve this problem for a group name.
Parameters
File name
File path.
Return value
Returns the group number of the file, or FALSE in case an error occurs. To return a numeric value in the format of the group ID, please use posix_getgrgid() to solve this problem for a group name. On failure, an error is returned.
Example
Example #1 Investigation Team Documentation