Searched refs:ftp_rmdir (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/ftp/tests/ |
H A D | ftp_rmdir_basic.phpt | 2 Testing ftp_rmdir returns true 18 var_dump(ftp_rmdir($ftp, 'www/'));
|
H A D | 005.phpt | 34 var_dump(ftp_rmdir($ftp, '')); 85 Warning: ftp_rmdir(): Command not implemented (11). in %s005.php on line 27
|
H A D | 006.phpt | 15 var_dump(ftp_rmdir($ftp)); 49 Warning: ftp_rmdir() expects exactly 2 parameters, 1 given in %s006.php on line 8
|
/PHP-7.2/ext/ftp/ |
H A D | php_ftp.h | 52 PHP_FUNCTION(ftp_rmdir);
|
H A D | ftp.h | 141 int ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
|
H A D | php_ftp.c | 264 PHP_FE(ftp_rmdir, arginfo_ftp_rmdir) 621 PHP_FUNCTION(ftp_rmdir) in PHP_FUNCTION() argument 637 if (!ftp_rmdir(ftp, dir, dir_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 603 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir() function
|
Completed in 12 milliseconds