Magic methods summary
public
integer
|
#
dataInt( string $path = null, mixed $default, boolean $strip = true )
Parameters
Returns
integer
|
public
float
|
#
dataFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
|
public
boolean
|
#
dataBool( string $path = null, mixed $default = false, boolean $strip = true )
Parameters
Returns
boolean
|
public
string
|
#
dataEmail( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
dataIP( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
dataURL( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
mixed
|
#
dataUnsafe( string $path = null, mixed $default = '' )
|
public
integer
|
#
postInt( string $path = null, mixed $default, boolean $strip = true )
Parameters
Returns
integer
|
public
float
|
#
postFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
|
public
boolean
|
#
postBool( string $path = null, mixed $default = false, boolean $strip = true )
Parameters
Returns
boolean
|
public
string
|
#
postEmail( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
postIP( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
postURL( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
mixed
|
#
postUnsafe( string $path = null, mixed $default = '' )
|