What are the types of arrays in PHP ? In PHP an array is a type of data structure that allows us to store multiple elements of similar data type under a single variable thereby saving us the effort… View Answer