mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
23 lines
312 B
Markdown
23 lines
312 B
Markdown
# Infinite
|
|
|
|
- `Infinite()`
|
|
|
|
Validates if the input is an infinite number.
|
|
|
|
```php
|
|
v::infinite()->validate(INF); // true
|
|
```
|
|
|
|
## Changelog
|
|
|
|
Version | Description
|
|
--------|-------------
|
|
1.0.0 | Created
|
|
|
|
***
|
|
See also:
|
|
|
|
- [Digit](Digit.md)
|
|
- [Finite](Finite.md)
|
|
- [IntVal](IntVal.md)
|
|
- [NumericVal](NumericVal.md)
|