|
ssh2_sftp_renameRename a remote file Description
bool ssh2_sftp_rename
( resource
$sftp
, string $from
, string $to
)Renames a file on the remote filesystem. Parameters
Return Values
Returns Examples
Example #1 Renaming a file via sftp
<?php See Also
|