← All docs

is_null()

Checks whether a variable is null.

is_null()

function is_null(mixed $value): bool

Checks whether a variable is null.

Parameters:

  • $value (mixed)

Returns: bool

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

Internals

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