Public Member Functions | |
| check ($params, $what) | |
Definition at line 13 of file validateutility.php.
| check | ( | $ | params, | |
| $ | what | |||
| ) |
checks the given values of the array match certain criterias
| array | $params key/value pair. key is the name of the key inside the $what-array, value is a "VALID_" define (see above) or simply the name of the define, the name of a function that is given the string (should return bool wether the string validates) | |
| array | $what the actual data |
Definition at line 29 of file validateutility.php.
1.5.8