https://www.php.net/manual/en/function.chgrp.php
chgrp(string
$filename
, string|int $group
): boolAttempts to change the group of the file filename
to group
.
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.
No comments:
Post a Comment