← All docs

is_iterable()

Checks whether a variable is iterable.

is_iterable()

function is_iterable(mixed $value): bool

Checks whether a variable is iterable.

Parameters:

  • $value (mixed)

Returns: bool

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

Internals

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