Array Validation

Enter the name of array you want to validate, indexes of array and fill the conditions then hit the generate button. Copy and paste the generated function in your PHP code in order to use it. Please consider to not enter $ character in the array name. Global variables can be used too.

(=) Means length is same as the input.
Be carefull about conflicts. for example a value may not be both Email and URL, conflicts may cause impalpable problems
Do not leave all indexes or conditions empty
$
Number Index Required Email Numeric Not Numeric to upper case to lower case URL min length(=) max length(=) Regex
0
1
2
3
4
5
6
7
8
9