Class RawInputParam

(line 742)

Description

InputParam
   |
   --RawInputParam

Located in File: /system.inc.php

This class represents an input param with no filtering at all.

This kind of params are created when input filtering is disabled.



Properties

Summary:

[none]

Methods

Summary:
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)

void asBoolean( )

Overrides : InputParam::asBoolean() Returns the input filtered as a boolean


Method asEmail (line 779)

void asEmail( )

Overrides : InputParam::asEmail() Returns the input filtered as an email address


Method asEncoded (line 794)

void asEncoded( )

Overrides : InputParam::asEncoded() URL-encode string, optionally strip or encode special characters.


Method asFloat (line 764)

void asFloat( [ $flags = 0])

Overrides : InputParam::asFloat() Returns the input filtered as a float


Method asInteger (line 754)

void asInteger( )

Overrides : InputParam::asInteger() Returns the input filtered as a integer


Method asIP (line 784)

void asIP( )

Overrides : InputParam::asIP() Returns the input filtered as an IP address


Method asRegExp (line 769)

void asRegExp( )

Overrides : InputParam::asRegExp() Returns the input filtered as a regular expression


Method asSpecialChars (line 799)

void asSpecialChars( )

Overrides : InputParam::asSpecialChars() HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters.


Method asString (line 744)

void asString( )

Overrides : InputParam::asString() Returns the input filtered as a string


Method asStringArray (line 749)

void asStringArray( )

Overrides : InputParam::asStringArray() Returns the input filtered as a string array


Method asStripped (line 789)

void asStripped( )

Overrides : InputParam::asStripped() Returns the input filtered as an string


Method asUnsafeRaw (line 803)

void asUnsafeRaw( )

Overrides : InputParam::asUnsafeRaw() Do nothing with the input


Method asURL (line 774)

void asURL( )

Overrides : InputParam::asURL() Returns the input filtered as an URL


Events

Summary:

[none]

Javascript Events

Summary:

[none]

Documentation generated on Fri, 26 Dec 2008 11:46:48 +0100 by phpDocumentor 1.4.0a2