Home
last modified time | relevance | path

Searched refs:ftp_nb_get (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/ftp/tests/
H A Dftp_nb_get_large.phpt25 ftp_nb_get($ftp, $local_file, 'fget_large.txt', FTP_BINARY, 5368709119);
H A Dgh10521.phpt2 GH-10521 (ftp_get/ftp_nb_get resumepos offset is maximum 10GB)
H A D007.phpt104 var_dump(ftp_nb_get($ftp, 'local', 'remote', 7777));
200 ftp_nb_get(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
H A Dftp_nb_continue.phpt19 $r = ftp_nb_get($ftp, $local_file, $file, FTP_BINARY);
/php-src/ext/ftp/
H A Dftp.h213 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftpt…
H A Dftp_arginfo.h218 ZEND_FUNCTION(ftp_nb_get);
257 ZEND_FE(ftp_nb_get, arginfo_ftp_nb_get)
H A Dftp.stub.php113 …function ftp_nb_get(FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mod…
H A Dphp_ftp.c647 if ((ret = ftp_nb_get(ftp, stream, file, file_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
742 PHP_FUNCTION(ftp_nb_get) in PHP_FUNCTION() argument
793 if ((ret = ftp_nb_get(ftp, outstream, remote, remote_len, xtype, resumepos)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
H A Dftp.c2103 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 115 milliseconds