Class \Prado\Util\Helpers\TArrayHelper
TArrayHelper class.
This is the class to assist in array access.
Class hierarchy
Author: Brad Anderson <belisoful@icloud.com>Since: 4.3.0
public
static
|
array_is_list(array<string|int, mixed>|Traversable $array) : bool
Determines if the given array is a list. An array is considered a list if its
keys consist of consecutive numbers from 0 to count($array)-1.
|
|