$basic_tags
$basic_tags :
GUMP - A fast, extensible PHP input validation class * bu kısım çeşitli testlere göre dışardan eklendi
get_readable_errors(boolean $convert_to_string = false, string $field_class = "field", string $error_class = "error-message") : array
Process the validation errors and return human readable error messages
| boolean | $convert_to_string | = false |
| string | $field_class | |
| string | $error_class |
validate_valid_cc(string $field, array $input, $param = NULL) : mixed
Determine if the input is a valid credit card number
See: http://stackoverflow.com/questions/174730/what-is-the-best-way-to-validate-a-credit-card-in-php
Usage: '
| string | $field | |
| array | $input | |
| $param |
validate_valid_name(string $field, array $input, $param = NULL) : mixed
Determine if the input is a valid human name [Credits to http://github.com/ben-s]
See: https://github.com/Wixel/GUMP/issues/5
Usage: '
| string | $field | |
| array | $input | |
| $param |