php7 repositories

Welcome to php7 repositories Wed, Sep 27 2023 @ 19:39

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   Bundle array   Indexed array   List array   uid   Vector 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.