mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/10939] Added documentation for phpbb_request::file
PHPBB3-10939
This commit is contained in:
@@ -289,7 +289,8 @@ class phpbb_request implements phpbb_request_interface
|
|||||||
*
|
*
|
||||||
* @param string $form_name The name of the file input form element
|
* @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)
|
public function file($form_name)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user