Universeorange.com/Docs/

R3m/framework Function reference file.copy

{file.copy(String $source, String $destination)}

{file.copy()} — Copies a file.

Attempts to copy a file from source to destination.

Warning

If the destination file already exists, it will be overwritten.

Returns true on success or false on failure.

More information:

https://www.php.net/manual/en/function.copy.php

Last modified: 2021-06-07

© 2021 universeorange.com