mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00:00
[ticket/10939] Added documentation for phpbb_request::file
PHPBB3-10939
This commit is contained in:
parent
aa5f6dffa5
commit
1f9bff2126
1 changed files with 2 additions and 1 deletions
|
@ -289,7 +289,8 @@ class phpbb_request implements phpbb_request_interface
|
|||
*
|
||||
* @param string $form_name The name of the file input form element
|
||||
*
|
||||
* @return array The uploaded file's information
|
||||
* @return array The uploaded file's information or an empty array if the
|
||||
* variable does not exist in _FILES.
|
||||
*/
|
||||
public function file($form_name)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue