lchown
lchown
(PHP 5 >= 5.1.2, PHP 7)
lchown — Changes user ownership of symlink
Description
bool lchown ( string $filename , mixed $user )
Attempts to change the owner of the symlink filename
to user user
.
Only the superuser may change the owner of a symlink.
Parameters
-
filename
-
Path to the file.
-
user