mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
276 B
276 B
Finite
v::finite()
Validates if the input is a finite number.
v::finite()->validate('10'); // true
v::finite()->validate(10); // true
See also: