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