WireArray::iterable()

Determines if the given item iterable as an array.

Usage

$bool = WireArray::iterable(mixed $item);

Arguments

NameType(s)Description
$itemmixed

Item to check for iterability.

Return value

bool

True if item is an iterable array or WireArray (or subclass of WireArray).


WireArray methods and properties

API reference based on ProcessWire core version 3.0.251