Determines if the given item iterable as an array.
- Returns true for arrays and WireArray derived objects.
- Can be called statically like this
Wire
.Array ::iterable($a)
Usage
$bool = WireArray::iterable(mixed $item);
Arguments
Name | Type(s) | Description |
---|---|---|
item | mixed | 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.236