php7 repositories

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

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  Import   Indexed array                               

Import
Category Usage
Subject Glossary
A function or procedure that converts a proper CSV file to glossary data and stores that in the proper tables.
A CSV file to import may contain any field, but only current glossary items are recognised. Other files are ignored.
The import facility creates new categories found in the file.
It uses SQL for transactions and will roll back when errors are found. If your mySql implementation does not support transactions, all will be fine and no roll back is executed.
Author and moderator are checked for existence, and, if not found, will be replaced by resp. anonymous and you're username.

Indexed array
Category Technical
Subject Glossary
Array that indexes each item wit a so-called key.
Indexes are string values, and can be numeric. If all indexes are numeric, the array is a bundle array.