php chgrp() function
chgrp
(PHP 4, PHP 5)
chgrp - change filegroup
Description
boolean chgrp (string $filename, mix$group)
An attempt was made to change the filename group of the group.
Only the Supervisor can change any group's files; other users may change the group's files to any group that the user is a member of.
Parameters
File name
File path.
Group
Group A name or number.
Return value
Returns TRUE or FALSE on success or failure.
Example
Example #1 Change the group of a file