mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
536 B
536 B
BoolType
BoolType()
Validates if the input is a boolean value:
v::boolType()->validate(true); // true
v::boolType()->validate(false); // true
See also: