php7 repositories

Welcome to php7 repositories Thu, Nov 30 2023 @ 15:01

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  Abbreviation   Acronym   Array   Author   Boxary   Bundle array   Category   Explanation   Export   Import   Indexed array   Last_owner  ..more

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.