[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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 |
local:: (4 methods):
__construct()
upload()
local_upload()
get_upload_ary()
__construct(factory $factory, language $language, IniGetWrapper $php_ini, request_interface $request) X-Ref |
Construct a form upload type param: factory $factory Files factory param: language $language Language class param: IniGetWrapper $php_ini ini_get() wrapper param: request_interface $request Request object |
upload() X-Ref |
{@inheritdoc} |
local_upload($source_file, $filedata = false) X-Ref |
Move file from another location to phpBB param: string $source_file Filename of source file param: array|bool $filedata Array with filedata or false return: filespec Object "filespec" is returned, all further operations can be done with this object |
get_upload_ary($source_file, $filedata) X-Ref |
Retrieve upload array param: string $source_file Source file name param: array $filedata File data array return: array Upload array |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |