mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
26 lines
376 B
Markdown
26 lines
376 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)
|
|
- [Factor](Factor.md)
|
|
- [Finite](Finite.md)
|
|
- [IntType](IntType.md)
|
|
- [IntVal](IntVal.md)
|
|
- [NumericVal](NumericVal.md)
|
|
- [Type](Type.md)
|