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.