Searched refs:ftp_delete (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/ftp/tests/ |
H A D | 004.phpt | 26 var_dump(ftp_delete($ftp, array())); 62 Warning: ftp_delete() expects parameter 2 to be string, array given in %s004.php on line 19
|
H A D | 005.phpt | 21 var_dump(ftp_delete($ftp, 'x')); 50 Warning: ftp_delete(): Command not implemented (4). in %s005.php on line 14
|
/PHP-7.2/ext/ftp/ |
H A D | php_ftp.h | 68 PHP_FUNCTION(ftp_delete);
|
H A D | ftp.h | 208 int ftp_delete(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | php_ftp.c | 280 PHP_FE(ftp_delete, arginfo_ftp_delete) 1454 PHP_FUNCTION(ftp_delete) in PHP_FUNCTION() argument 1470 if (!ftp_delete(ftp, file, file_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 1205 ftp_delete(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_delete() function
|
Completed in 29 milliseconds