mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
179 B
179 B
Positive
v::positive()
Validates if a number is higher than zero
v::numeric()->positive()->validate(-15); // false
See also: