notIn.php
Table of Contents
Functions
- notIn() : string
- Generates the 'not_in:value1,value2,...' rule expression.
Functions
notIn()
Generates the 'not_in:value1,value2,...' rule expression.
notIn(string ...$values) : string
The field under this rule must not be included in the given list of values.
This rule also uses in_array and can have strict checks enabled the same way as In.
Parameters
- $values : string