An array is a special variable that we use to store or hold more than one value in a single variable. By default, an array of any variable starts with the 0 index, so whenever you want to call the first value of an array you start with 0 then the next is 1 ...and so on. There are different types of arrays in PHP:
Table of contents
What are Numerical or Indexed Arrays?What are Associative Arrays?What are Multidimensional Arrays?ConclusionSort: