tao-test/app/vendor/respect/validation/docs/rules/Infinite.md

21 lines
309 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# Infinite
- `v::infinite()`
Validates if the input is an infinite number.
```php
v::infinite()->validate(INF); // true
```
***
See also:
* [Digit](Digit.md)
* [Factor](Factor.md)
* [Finite](Finite.md)
* [IntType](IntType.md)
* [IntVal](IntVal.md)
* [Numeric](Numeric.md)
* [Type](Type.md)