chown

 bool chown ( string $filename , mixed $user ) 

説明

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

戻り値

Returns TRUE on success or FALSE on failure.