is_bool

Example

 bool is_bool ( mixed $var ) 

Description

Finds whether the given variable is a boolean.

Return Values

Returns TRUE if var is a boolean, FALSE otherwise.