mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
17 lines
239 B
Markdown
17 lines
239 B
Markdown
# Infinite
|
|
|
|
- `v::infinite()`
|
|
|
|
Validates if the input is an infinite number.
|
|
|
|
```php
|
|
v::infinite()->validate(INF); // true
|
|
```
|
|
|
|
***
|
|
See also:
|
|
|
|
* [Digit](Digit.md)
|
|
* [Finite](Finite.md)
|
|
* [IntVal](IntVal.md)
|
|
* [Numeric](Numeric.md)
|