Searched refs:ftp_nb_get (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_nb_get_large.phpt | 23 ftp_nb_get($ftp, $local_file, 'fget_large.txt', FTP_BINARY, 5368709119);
|
H A D | 007.phpt | 105 var_dump(ftp_nb_get($ftp, 'local', 'remote', 7777)); 201 ftp_nb_get(): supplied resource is not a valid FTP Buffer resource
|
H A D | ftp_nb_continue.phpt | 20 $r = ftp_nb_get($ftp, $local_file, $file, FTP_BINARY);
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 219 ZEND_FUNCTION(ftp_nb_get); 259 ZEND_FE(ftp_nb_get, arginfo_ftp_nb_get)
|
H A D | ftp.h | 212 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftpt…
|
H A D | ftp.stub.php | 77 function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, … function
|
H A D | php_ftp.c | 664 if ((ret = ftp_nb_get(ftp, stream, file, file_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION() 765 PHP_FUNCTION(ftp_nb_get) in PHP_FUNCTION() argument 819 if ((ret = ftp_nb_get(ftp, outstream, remote, remote_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
|
H A D | ftp.c | 2060 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get() function
|
Completed in 22 milliseconds