Searched refs:ftp_nb_get (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/ftp/ |
H A D | php_ftp.h | 67 PHP_FUNCTION(ftp_nb_get);
|
H A D | ftp.h | 197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumep…
|
H A D | php_ftp.c | 276 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 D | ftp.c | 1699 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 D | 006.phpt | 20 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 12 milliseconds