copy

Example

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

Description

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

Return Values

Returns TRUE on success or FALSE on failure.