Validation
Validation copied to clipboard
The extra parameter of method keyValue()
How to pass the extra parameter to the $ruleName, like max($minValue, $inclusive = true),
v::keyValue('min_count', 'max', 'max_count')
if I want to pass $inclusive as false, what should I do?