bool is_bool ( mixed $var )
Finds whether the given variable is a boolean.
Returns TRUE if var is a boolean, FALSE otherwise.