getRequestValue()
getRequestValue(array $data, string $key, boolean $isnum = false, $default = null, $minLength, $maxLength)
Get Request Value
Parameters
| array | $data | ($_GET,$_POST) |
| string | $key | |
| boolean | $isnum | true|false |
| $default | ||
| $minLength | ||
| $maxLength |