Home
last modified time | relevance | path

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

/PHP-5.3/ext/ftp/
H A Dphp_ftp.h67 PHP_FUNCTION(ftp_nb_get);
H A Dftp.h197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumep…
H A Dphp_ftp.c276 PHP_FE(ftp_nb_get, arginfo_ftp_nb_get)
817 if ((ret = ftp_nb_get(ftp, stream, file, xtype, resumepos TSRMLS_CC)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
913 PHP_FUNCTION(ftp_nb_get) in PHP_FUNCTION() argument
964 if ((ret = ftp_nb_get(ftp, outstream, remote, xtype, resumepos TSRMLS_CC)) == PHP_FTP_FAILED) { in PHP_FUNCTION()
H A Dftp.c1699 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TS… in ftp_nb_get() function
/PHP-5.3/ext/ftp/tests/
H A D006.phpt20 var_dump(ftp_nb_get($ftp));
63 Warning: ftp_nb_get() expects at least 4 parameters, 1 given in %s006.php on line 13

Completed in 13 milliseconds