Generally, arrays are described as a single list of key/value pairs. However, there are instances when you need to store... moreGenerally, arrays are described as a single list of key/value pairs. However, there are instances when you need to store values with one or more keys. In such cases, you need to use multidimensional arrays.