ssh2_sftp_rename()
ssh2_sftp_rename - Rename a remote fileSyntax
bool ssh2_sftp_rename (resource $sftp, string $from, string $to)Arguments
- sftp - An SSH2 SFTP resource opened by ssh2_sftp().
- from - The current file that is being renamed.
- to - The new file name that replaces from.
