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