Universeorange.com/Docs/
{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
trueon success orfalseon failure.
https://www.php.net/manual/en/function.copy.php
Last modified: 2021-06-06
© 2021 universeorange.com