mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
343 B
343 B
Finite
Finite()
Validates if the input is a finite number.
v::finite()->validate('10'); // true
v::finite()->validate(10); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: