Searched refs:ftp_exec (Results 1 – 7 of 7) sorted by relevance
2 Testing ftp_exec returns true18 var_dump(ftp_exec($ftp, 'ls -al'));
27 var_dump(ftp_exec($ftp, array()));65 Warning: ftp_exec() expects parameter 2 to be string, array given in %s004.php on line 20
22 var_dump(ftp_exec($ftp, 'x'));53 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line 15
45 PHP_FUNCTION(ftp_exec);
122 int ftp_exec(ftpbuf_t *ftp, const char *cmd);
253 PHP_FE(ftp_exec, arginfo_ftp_exec)507 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument521 if (!ftp_exec(ftp, cmd)) { in PHP_FUNCTION()
443 ftp_exec(ftpbuf_t *ftp, const char *cmd) in ftp_exec() function
Completed in 11 milliseconds