V::input()
Validate an input array against a set of rules, using all registered validators
V::input(array $input, array $rules): bool
Parameters
Name | Type | Default |
---|---|---|
$input * | array |
– |
$rules * | array |
– |
Return type
bool