| [ 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: | 136 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ftp_file_updater:: (7 methods):
__construct()
init()
close()
delete_file()
create_new_file()
update_file()
get_method_name()
Class: ftp_file_updater - X-Ref
File updater for FTP updates| __construct(update_helper $update_helper, $phpbb_root_path, $php_ext) X-Ref |
| Constructor param: update_helper $update_helper param: string $phpbb_root_path param: string $php_ext |
| init($method, $host, $user, $pass, $path, $port, $timeout) X-Ref |
| Initialize FTP connection param: string $method param: string $host param: string $user param: string $pass param: string $path param: int $port param: int $timeout |
| close() X-Ref |
| Close FTP session |
| delete_file($path_to_file) X-Ref |
| {@inheritdoc} |
| create_new_file($path_to_file_to_create, $source, $create_from_content = false) X-Ref |
| {@inheritdoc} |
| update_file($path_to_file_to_update, $source, $create_from_content = false) X-Ref |
| {@inheritdoc} |
| get_method_name() X-Ref |
| {@inheritdoc} |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |