|
lchownChanges user ownership of symlink Description
bool lchown
( string
$filename
, mixed $user
)
Attempts to change the owner of the symlink Only the superuser may change the owner of a symlink. Parameters
Return Values
Returns Examples
Example #1 Changing the owner of a symbolic link
<?php Notes
See Also
|