respect-validation/docs/rules/IntVal.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

522 B

IntVal

  • IntVal()

Validates if the input is an integer.

v::intVal()->validate('10'); // true
v::intVal()->validate(10); // true

Categorization

  • Numbers
  • Types

Changelog

Version Description
1.0.0 Renamed from Int to IntVal
0.3.9 Created as Int

See also: