Home
last modified time | relevance | path

Searched refs:ftp_rmdir (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/ftp/tests/
H A Dftp_rmdir_basic.phpt2 Testing ftp_rmdir returns true
18 var_dump(ftp_rmdir($ftp, 'www/'));
H A D005.phpt60 var_dump(ftp_rmdir($ftp, ''));
101 Warning: ftp_rmdir(): Command not implemented (11). in %s005.php on line %d
H A D007.phpt50 var_dump(ftp_rmdir($ftp, '/'));
190 ftp_rmdir(): supplied resource is not a valid FTP Buffer resource
/PHP-8.0/ext/ftp/
H A Dftp_arginfo.h208 ZEND_FUNCTION(ftp_rmdir);
248 ZEND_FE(ftp_rmdir, arginfo_ftp_rmdir)
H A Dftp.h137 int ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
H A Dftp.stub.php35 function ftp_rmdir($ftp, string $directory): bool {} function
H A Dphp_ftp.c371 PHP_FUNCTION(ftp_rmdir) in PHP_FUNCTION() argument
387 if (!ftp_rmdir(ftp, dir, dir_len)) { in PHP_FUNCTION()
H A Dftp.c588 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir() function

Completed in 22 milliseconds