respect-validation/docs/Infinite.md

18 lines
238 B
Markdown
Raw Normal View History

2015-08-20 05:43:17 +02:00
# Infinite
- `v::infinite()`
Validates if the input is an infinite number.
```php
v::infinite()->validate(INF); //true
```
***
2015-08-20 05:43:17 +02:00
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
2015-10-07 16:46:57 +02:00
* [IntVal](IntVal.md)
2015-08-20 05:43:17 +02:00
* [Numeric](Numeric.md)