int copy
ファイルのコピーを作成します。コピーが成功すると TRUE を返し、 そうでなければ FALSE を返します。
Example 1. copy() の例
if (!copy($file, $file.'.bak')) { print("$file へのコピーに失敗しました...<br>\n"); }
参照: rename()