InputParam | --RawInputParam
Located in File: /system.inc.php
This kind of params are created when input filtering is disabled.
| asBoolean | Returns the input filtered as a boolean [Overrides InputParam::asBoolean()] |
| asEmail | Returns the input filtered as an email address [Overrides InputParam::asEmail()] |
| asEncoded | URL-encode string, optionally strip or encode special characters. [Overrides InputParam::asEncoded()] |
| asFloat | Returns the input filtered as a float [Overrides InputParam::asFloat()] |
| asInteger | Returns the input filtered as a integer [Overrides InputParam::asInteger()] |
| asIP | Returns the input filtered as an IP address [Overrides InputParam::asIP()] |
| asRegExp | Returns the input filtered as a regular expression [Overrides InputParam::asRegExp()] |
| asSpecialChars | HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters. [Overrides InputParam::asSpecialChars()] |
| asString | Returns the input filtered as a string [Overrides InputParam::asString()] |
| asStringArray | Returns the input filtered as a string array [Overrides InputParam::asStringArray()] |
| asStripped | Returns the input filtered as an string [Overrides InputParam::asStripped()] |
| asUnsafeRaw | Do nothing with the input [Overrides InputParam::asUnsafeRaw()] |
| asURL | Returns the input filtered as an URL [Overrides InputParam::asURL()] |
Defined in class InputParam |
||
![]() | asBoolean | Returns the input filtered as a boolean |
![]() | asEmail | Returns the input filtered as an email address |
![]() | asEncoded | URL-encode string, optionally strip or encode special characters. |
![]() | asInteger | Returns the input filtered as a integer |
![]() | asIP | Returns the input filtered as an IP address |
![]() | asRegExp | Returns the input filtered as a regular expression |
![]() | asSpecialChars | HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters. |
![]() | asString | Returns the input filtered as a string |
![]() | asStringArray | Returns the input filtered as a string array |
![]() | asStripped | Returns the input filtered as an string |
![]() | asUnsafeRaw | Do nothing with the input |
![]() | asURL | Returns the input filtered as an URL |
![]() | createNativeFilter | Creates the native Input Filter to be used when there is no available extension |
Method asBoolean (line 759)
Overrides : InputParam::asBoolean() Returns the input filtered as a boolean
Method asEmail (line 779)
Overrides : InputParam::asEmail() Returns the input filtered as an email address
Method asEncoded (line 794)
Overrides : InputParam::asEncoded() URL-encode string, optionally strip or encode special characters.
Method asFloat (line 764)
Overrides : InputParam::asFloat() Returns the input filtered as a float
Method asInteger (line 754)
Overrides : InputParam::asInteger() Returns the input filtered as a integer
Method asIP (line 784)
Overrides : InputParam::asIP() Returns the input filtered as an IP address
Method asRegExp (line 769)
Overrides : InputParam::asRegExp() Returns the input filtered as a regular expression
Method asSpecialChars (line 799)
Overrides : InputParam::asSpecialChars() HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters.
Method asString (line 744)
Overrides : InputParam::asString() Returns the input filtered as a string
Method asStringArray (line 749)
Overrides : InputParam::asStringArray() Returns the input filtered as a string array
Method asStripped (line 789)
Overrides : InputParam::asStripped() Returns the input filtered as an string
Method asUnsafeRaw (line 803)
Overrides : InputParam::asUnsafeRaw() Do nothing with the input
Method asURL (line 774)
Overrides : InputParam::asURL() Returns the input filtered as an URL