php7 repositories

Welcome to php7 repositories Thu, Nov 30 2023 @ 14:58

Vector array
Category Technical
Subject Glossary
Array that is indexed exclusively by (random) numeric keys.
A vector array has the same properties as a list array, except the constraint that the numeric keys should be consecutive.
A basic vector array can be determined by validating its keys to consist of digits-only
Submitted by remy
Created on Sun, Jan 16 2022 @ 02:02

Back to Glossary