[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 147 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
file_downloader:: (4 methods):
create_client()
get()
get_error_string()
get_error_number()
Class: file_downloader - X-Ref
create_client(string $host, int $port = 443, int $timeout = 6) X-Ref |
Create new guzzle client param: string $host param: int $port param: int $timeout return: Client |
get(string $host, string $directory, string $filename, int $port = 443, int $timeout = 6) X-Ref |
Retrieve contents from remotely stored file param: string $host File host param: string $directory Directory file is in param: string $filename Filename of file to retrieve param: int $port Port to connect to; default: 443 param: int $timeout Connection timeout in seconds; default: 6 return: false|string File data as string if file can be read and there is no |
get_error_string() X-Ref |
Get error string return: string Error string |
get_error_number() X-Ref |
Get error number return: int Error number |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |