lchown

Example

 bool lchown ( string $filename , mixed $user ) 

Description

Attempts to change the owner of the symlink filename to user user. Only the superuser may change the owner of a symlink.

Return Values

Returns TRUE on success or FALSE on failure.