Universeorange.com/Docs/
{file.move(String $source, String $destination, Bool $overwrite=false)}
{file.move()} — Moves a file.
Attempts to move a file from source to destination.
Warning
If the destination file already exists, it will be overwritten if `overwrite` is set to true.
Returns
trueon success orfalseon failure.
https://www.php.net/manual/en/function.rename.php
Last modified: 2021-06-06
© 2021 universeorange.com