[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/files/types/ -> local.php (summary)

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

Defines 1 class

local:: (4 methods):
  __construct()
  upload()
  local_upload()
  get_upload_ary()


Class: local  - X-Ref

__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: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1