Searched refs:ftp_rmdir (Results 1 – 7 of 7) sorted by relevance
2 Testing ftp_rmdir returns true18 var_dump(ftp_rmdir($ftp, 'www/'));
34 var_dump(ftp_rmdir($ftp, ''));85 Warning: ftp_rmdir(): Command not implemented (11). in %s005.php on line 27
15 var_dump(ftp_rmdir($ftp));48 Warning: ftp_rmdir() expects exactly 2 parameters, 1 given in %s006.php on line 8
48 PHP_FUNCTION(ftp_rmdir);
139 int ftp_rmdir(ftpbuf_t *ftp, const char *dir);
256 PHP_FE(ftp_rmdir, arginfo_ftp_rmdir)577 PHP_FUNCTION(ftp_rmdir) in PHP_FUNCTION() argument591 if (!ftp_rmdir(ftp, dir)) { in PHP_FUNCTION()
563 ftp_rmdir(ftpbuf_t *ftp, const char *dir) in ftp_rmdir() function
Completed in 11 milliseconds