Home
last modified time | relevance | path

Searched refs:ftp_get (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/ftp/tests/
H A Dftp_get_basic.phpt2 FTP ftp_get file for both binary and ASCII transfer modes
20 var_dump(ftp_get($ftp, $tmpfname ,'a story.txt', FTP_ASCII));
26 var_dump(ftp_get($ftp, $tmpfname, 'binary data.bin', FTP_BINARY));
31 ftp_get($ftp, $tmpfname ,'a warning.txt', FTP_ASCII);
40 Warning: ftp_get(): a warning: No such file or directory in %sftp_get_basic.php on line %d
H A D004.phpt23 var_dump(ftp_get($ftp, 1234,12));
53 Warning: ftp_get() expects at least 4 parameters, 3 given in %s on line %d
H A D005.phpt25 var_dump(ftp_get($ftp, 'x', 'y', 0));
62 Warning: ftp_get(): Mode must be FTP_ASCII or FTP_BINARY in %s005.php on line 18
/PHP-7.0/ext/ftp/
H A Dphp_ftp.h59 PHP_FUNCTION(ftp_get);
H A Dftp.h174 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resu…
H A Dphp_ftp.c263 PHP_FE(ftp_get, arginfo_ftp_get)
817 if (!ftp_get(ftp, stream, file, xtype, resumepos)) { in PHP_FUNCTION()
902 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() argument
953 if (!ftp_get(ftp, outstream, remote, xtype, resumepos)) { in PHP_FUNCTION()
H A Dftp.c831 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, zend_long resumepos) in ftp_get() function

Completed in 34 milliseconds