chgrp(string|array|Traversable $files, string $group, bool $recursive = false)
Change the group of an array of files or directories.
Parameters string|array|Traversable
$files A filename, an array of files, or a \Traversable instance to change group string $group The group name bool $recursive Whether change the group recursively or not Exceptions IOException When the change fail