is_bool
Finds out whether a variable is a boolean
&reftitle.description;
boolis_bool
mixedvar
Finds whether the given variable is a boolean.
&reftitle.parameters;
var
The variable being evaluated.
&reftitle.returnvalues;
Returns &true; if var is a boolean,
&false; otherwise.
&reftitle.examples;
is_bool examples
]]>
&reftitle.seealso;
is_float
is_int
is_string
is_object
is_array