Constructor, init the requests and objects
Return an empty $_FILES array
bool
getEmptyFileArray
( &$r_result, array $r_result)
-
array
$r_result
-
&$r_result
Test if it is not a date
bool
isNotDate
( &$p_value, string $p_value)
-
string
$p_value
-
&$p_value
Test if it is not a date before today
bool
isNotDateBeforeToday
( &$p_value, string $p_value)
-
string
$p_value
-
&$p_value
Test if it is not a domain
bool
isNotDomainName
( &$p_value, string $p_value)
-
string
$p_value
-
&$p_value
Test if it is not an email
bool
isNotEmail
( &$p_value, string $p_value)
-
string
$p_value
-
&$p_value
Test if it is not a valid enum value
bool
isNotEnum
( &$p_value, array $p_array_values, [bool $i_make_to_upper = false], mixed $p_value)
-
mixed
$p_value
-
array
$p_array_values
-
bool
$i_make_to_upper
-
&$p_value
Test if it is not a valid $_FILES array
bool
isNotFileArray
(string $p_value)
Test if it is not a medium text
bool
isNotMediumText
(string $p_value)
Test if it is not a medium text
bool
isNotMedText
(string $p_value)
Test if it is not a text
bool
isNotText
(string $p_value)
Test if it is not unsigned float
bool
isNotUnsignedFloat
(string $p_value)
Test if it is not an unsigned integer
bool
isNotUnsignedInteger
(string $p_value, integer $p_length)
-
string
$p_value
-
integer
$p_length
Test if it is not valid email
bool
isNotValidCheckMXMail
( $Email, string $p_value)
Test if it is not a phone number
bool
isNotValidPhoneNumber
(string $p_value, [bool $p_allow_empty = false])
-
string
$p_value
-
bool
$p_allow_empty: Allow empty value
Test if it is not valid postal code
bool
isNotValidPostalCode
(string $p_value)
Test if it is not varchar
bool
isNotVarchar
(string $p_value, integer $p_length, [bool $is_good_if_len_zero = true])
-
string
$p_value
-
integer
$p_length
-
bool
$is_good_if_len_zero
Test if it is not a valid value in 'YES','NO'
bool
isNotYesNo
( &$p_value, string $p_value)
-
string
$p_value
-
&$p_value