PHP function chgrp()
Availability in PHP 4.0
Changes file group
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$filename |
string |
not | Path to the file. |
$group |
mixed |
not | A group name or number. |
Return values
bool
Returns true on success, otherwise false on failure.