php7 repositories

Welcome to php7 repositories Sat, Jun 03 2023 @ 17:08

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  Array                                  

Array
Category Technical
Subject Glossary
A php supported basic structure; a keyed list of items.
Each item in the list can be randomly accessed, either by its position in the list, or using a key to its position.
PHP distinguishes sequential arrays and associated array, but treats them equally.
In this software arrays are typed by list array, vector array, bundle array, indexed array.