+
<?php if ( copy( "/temp/test.txt", "/temp/copy_test.txt" )) { echo "ファイルコピー成功!!"; } else { echo "ファイルコピー失敗!!"; } ?>