Home
Press ? for keyboard navigation
❮
Registration form - save to fill
unlink - Delete a file
❯
copy
copy - Copy a file
examples/files/copy.php
<?php
if
(
!
copy
(
$oldfile
,
$newfile
))
{
print
"Failed to copy
$oldfile
to
$newfile
"
;
}
?>
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)