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
true
on success orfalse
on failure.
https://www.php.net/manual/en/function.rename.php
Last modified: 2021-06-07
© 2021 universeorange.com