Searched refs:ftp_rename (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/ftp/tests/ |
H A D | ftp_rename_basic1.phpt | 2 FTP basic ftp_rename calls 15 var_dump(ftp_rename($ftp, 'existing_file', 'nonexisting_file')); 16 var_dump(ftp_rename($ftp, 'nonexisting_file', 'nonexisting_file')); 21 Warning: ftp_rename(): No such file or directory in %sftp_rename_basic1.php on line 10
|
H A D | 007.phpt | 149 var_dump(ftp_rename($ftp, 'old', 'new')); 209 ftp_rename(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/PHP-8.1/ext/ftp/ |
H A D | ftp_arginfo.h | 228 ZEND_FUNCTION(ftp_rename); 268 ZEND_FE(ftp_rename, arginfo_ftp_rename)
|
H A D | ftp.h | 201 int ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_…
|
H A D | ftp.stub.php | 83 function ftp_rename(FTP\Connection $ftp, string $from, string $to): bool {} function
|
H A D | php_ftp.c | 1148 PHP_FUNCTION(ftp_rename) in PHP_FUNCTION() argument 1161 if (!ftp_rename(ftp, src, src_len, dest, dest_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 1194 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename() function
|
Completed in 24 milliseconds