mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
182 B
182 B
Positive
v::positive()
Validates if a number is higher than zero
v::numericVal()->positive()->validate(-15); // false
See also: