|
lchgrpChanges group ownership of symlink Description
bool lchgrp(string
$filename , stringint $group )
Attempts to change the group of the symlink Only the superuser may change the group of a symlink arbitrarily; other users may change the group of a symlink to any group of which that user is a member. Parameters
Return Values
Returns Examples
Example #1 Changing the group of a symbolic link
Notes
See Also
|