deprecated 2011-03-10 This class is not longer supported.

 Methods

FormCheck()

FormCheck() 
deprecated [2011-11-18] Old constructor function for downwards compatibility

Constructor function

__construct() 

Checks if a value is alphabetic

isAlphabetic(mixed $value) : bool

Parameters

$value

mixed

Value to check

Returns

bool

Checks if a string is a valid email adress

isEmail(mixed $value) : bool

Parameters

$value

mixed

Value to check

Returns

bool

Checks if a value is NOT empty

isNotEmpty(mixed $value) : bool

Parameters

$value

mixed

Value to check

Returns

bool

Checks if a value is NOT null

isNotNull(mixed $value) : bool

Parameters

$value

mixed

Value to check

Returns

bool

Checks if a value is numeric

isNumeric(mixed $value) : bool

Parameters

$value

mixed

Value to check

Returns

bool