lchown

 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.

戻り値

Returns TRUE on success or FALSE on failure.