Searched refs:ftp_rmdir (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/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 | 60 var_dump(ftp_rmdir($ftp, '')); 101 Warning: ftp_rmdir(): Command not implemented (11). in %s005.php on line %d
|
H A D | 007.phpt | 50 var_dump(ftp_rmdir($ftp, '/')); 190 ftp_rmdir(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 208 ZEND_FUNCTION(ftp_rmdir); 248 ZEND_FE(ftp_rmdir, arginfo_ftp_rmdir)
|
H A D | ftp.h | 137 int ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
|
H A D | ftp.stub.php | 35 function ftp_rmdir($ftp, string $directory): bool {} function
|
H A D | php_ftp.c | 371 PHP_FUNCTION(ftp_rmdir) in PHP_FUNCTION() argument 387 if (!ftp_rmdir(ftp, dir, dir_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 588 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir() function
|
Completed in 25 milliseconds