UTILITY
to_bool()
Convert common human-readable boolean values.
Signature
bool to_bool(mixed $value, bool $default = false)
Example
to_bool('yes'); // trueAvailable from: 1.5.0