Searched refs:ftp_nb_fget (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_nb_fget_basic2.phpt | 2 Testing ftp_nb_fget autoresume 22 var_dump(ftp_nb_fget($ftp, $handle, 'fgetresume.txt', FTP_ASCII, FTP_AUTORESUME));
|
H A D | ftp_nb_fget_basic3.phpt | 2 Testing ftp_nb_fget resume parameter 22 var_dump(ftp_nb_fget($ftp, $handle, 'fgetresume.txt', FTP_ASCII, 8));
|
H A D | ftp_nb_fget_basic1.phpt | 2 Testing ftp_nb_fget ignore autoresume if autoseek is switched off 22 var_dump(ftp_nb_fget($ftp, $handle, 'fget.txt', FTP_ASCII, FTP_AUTORESUME));
|
H A D | ftp_nb_get_large.phpt | 2 Testing ftp_nb_fget can handle large files incl. resume
|
H A D | 005.phpt | 46 ftp_nb_fget($ftp, STDOUT, 'x', 0); 91 ftp_nb_fget(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
|
H A D | 007.phpt | 90 var_dump(ftp_nb_fget($ftp, $ftp, 'remote', 7777)); 198 ftp_nb_fget(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 216 ZEND_FUNCTION(ftp_nb_fget); 256 ZEND_FE(ftp_nb_fget, arginfo_ftp_nb_fget)
|
H A D | ftp.stub.php | 68 function ftp_nb_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = … function
|
H A D | php_ftp.c | 625 PHP_FUNCTION(ftp_nb_fget) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds