Searched refs:ftp_rename (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/ftp/ |
H A D | php_ftp.h | 67 PHP_FUNCTION(ftp_rename);
|
H A D | ftp.h | 205 int ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_…
|
H A D | php_ftp.c | 279 PHP_FE(ftp_rename, arginfo_ftp_rename) 1427 PHP_FUNCTION(ftp_rename) in PHP_FUNCTION() argument 1443 if (!ftp_rename(ftp, src, src_len, dest, dest_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 1224 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename() function
|
/PHP-7.2/ext/ftp/tests/ |
H A D | 006.phpt | 29 var_dump(ftp_rename($ftp)); 91 Warning: ftp_rename() expects exactly 3 parameters, 1 given in %s006.php on line 22
|
Completed in 32 milliseconds