php7 repositories

Welcome to php7 repositories Thu, Nov 30 2023 @ 14:58

php7 repositories Glossary
Categories all ·   Common   ·   Technical   ·   Usage  
Subjects all   ·   Glossary   ·   Boxary  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  List array                                  

List array
Category Technical
Subject Glossary
Array that is indexed exclusively by numeric keys being consecutive values.
A simple list is in essence a list array because each item in the list is accessible by its sequence number in the list.
A basic list array can be determined by flipping the array of keys.