wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
array_is_list › WordPress Function
Seit6.5.0
Veraltetn/v
› array_is_list ( $arr )
| Parameter: |
|
| Siehe: | |
| Gibt zurück: |
|
| Definiert in: |
|
| Codex: |
Polyfill for `array_is_list()` function added in PHP 8.1.
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.