mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
147 B
147 B
Bool
v::bool()
Validates if the input is a boolean value:
v::bool()->validate(true); //true
v::bool()->validate(false); //true