copy

 bool copy ( string $source , string $dest [, resource $context ] ) 

説明

Makes a copy of the file source to dest. If you wish to move a file, use the rename() function.

戻り値

Returns TRUE on success or FALSE on failure.