mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/8713] Update untrimmed_variable() doc block.
PHPBB3-8713
This commit is contained in:
parent
73a75fc3d3
commit
238fab3bb9
1 changed files with 3 additions and 3 deletions
|
@ -204,9 +204,9 @@ class phpbb_request implements phpbb_request_interface
|
|||
}
|
||||
|
||||
/**
|
||||
* Get a variable, but without trimming strings
|
||||
* Same functionality as variable(), except does not run trim() on strings
|
||||
* All variables in GET or POST requests should be retrieved through this function to maximise security.
|
||||
* Get a variable, but without trimming strings.
|
||||
* Same functionality as variable(), except does not run trim() on strings.
|
||||
* This method should be used when handling passwords.
|
||||
*
|
||||
* @param string|array $var_name The form variable's name from which data shall be retrieved.
|
||||
* If the value is an array this may be an array of indizes which will give
|
||||
|
|
Loading…
Add table
Reference in a new issue