/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules/IntVal.md (369B)
# IntVal
- `v::intVal()`
Validates if the input is an integer.
```php
v::intVal()->validate('10'); // true
v::intVal()->validate(10); // true
```
***
See also:
* [Digit](Digit.md)
* [Finite](Finite.md)
* [FloatType](FloatType.md)
* [FloatVal](FloatVal.md)
* [Infinite](Infinite.md)
* [IntType](IntType.md)
* [Numeric](Numeric.md)
* [Type](Type.md)