|
chgrpChanges file group Description
bool chgrp(string
$filename , stringint $group )
Attempts to change the group of the file Only the superuser may change the group of a file arbitrarily; other users may change the group of a file to any group of which that user is a member. Parameters
Return Values
Returns Examples
Example #1 Changing a file's group
Notes
See Also
|