method move documentation in bbn\File\Ftp

Moves or renames a file on the server

function(string $old, string $new) { !empty($old) && !empty($new) && ($old = $this->checkFilePath($old)) && ftp_rename($this->cn, $old, $new) ){ return true; } return false; }

Moves or renames a file on the server BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.