Home
last modified time | relevance | path

Searched refs:ftp_rename (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/ftp/
H A Dphp_ftp.h67 PHP_FUNCTION(ftp_rename);
H A Dftp.h205 int ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_…
H A Dphp_ftp.c279 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 Dftp.c1224 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 D006.phpt29 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