Searched refs:ftp_rmdir (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | ftp_rmdir_basic.phpt | 2 Testing ftp_rmdir returns true 17 var_dump(ftp_rmdir($ftp, 'www/'));
|
H A D | 005.phpt | 59 var_dump(ftp_rmdir($ftp, '')); 100 Warning: ftp_rmdir(): Command not implemented (11). in %s005.php on line %d
|
H A D | 007.phpt | 49 var_dump(ftp_rmdir($ftp, '/')); 189 ftp_rmdir(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | ftp.h | 138 int ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
|
H A D | ftp_arginfo.h | 207 ZEND_FUNCTION(ftp_rmdir); 246 ZEND_FE(ftp_rmdir, arginfo_ftp_rmdir)
|
H A D | ftp.stub.php | 80 function ftp_rmdir(FTP\Connection $ftp, string $directory): bool {}
|
H A D | php_ftp.c | 381 PHP_FUNCTION(ftp_rmdir) in PHP_FUNCTION() argument 394 if (!ftp_rmdir(ftp, dir, dir_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 608 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir() function
|
Completed in 21 milliseconds