Web-shop for only 500 euro during 3 days, +38 068 801 14 71 (Kiev, Ukraine)
(PHP 3, PHP 4 ) copy -- Copies file Descriptionint copy (string source, string dest)
Makes a copy of a file. Returns true if the copy succeeded, false otherwise. Example 1. Copy() example
if (!copy($file, $file.'.bak')) { print ("failed to copy $file...<br>\n"); } |
|
See also: rename(). |