← All docs

is_bool()

Checks whether a variable is a boolean.

is_bool()

function is_bool(mixed $value): bool

Checks whether a variable is a boolean.

Parameters:

  • $value (mixed)

Returns: bool

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how is_bool is implemented in the compiler, see the internals page.