PHP » GoLang |
login |
register |
about
|
copy(PHP 4, PHP 5, PHP 7) copy — Copies file Description
bool copy
( string
$source
, string $dest
[, resource $context
] )
Makes a copy of the file If you wish to move a file, use the rename() function. Parameters
Return Values
Returns Changelog
Examples
Example #1 copy() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|