mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/8713] Update untrimmed_variable() doc block.
PHPBB3-8713
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user