php7 repositories

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

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 [Glossary/Technical]
A php supported basic structure; a keyed list of items. ...
Bundle array [Glossary/Technical]
A vector array that contains values that have the same structure for every item. ...
Indexed array [Glossary/Technical]
Array that indexes each item wit a so-called key. ...
List array [Glossary/Technical]
Array that is indexed exclusively by numeric keys being consecutive values. ...
uid [Glossary/Technical]
The User ID. A number that identifies the user. ...
Vector array [Glossary/Technical]
Array that is indexed exclusively by (random) numeric keys. ...