is_boolean
Less than 1 minute
is_boolean
Test whether a value is a boolean.
public is_boolean(mixed $value): void
Checks for various representations of a boolean, including strings of 'true/false' and 'yes/no'.
Parameters
Parameter | Type | Description |
---|---|---|
$value | mixed |
Generated by Hazaar API Doc Generator