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