Multidimensional Array

In this lesson, we will learn how to work with multidimensional arrays.

What are Multidimensional Arrays? #

PHP allows us to create multidimensional arrays. These arrays contain items that can be a single value or an array itself. These arrays can be thought of as an extension to the linear arrays. There is no limit to the dimensions of a multidimensional array. It can also be visualized as an array of arrays

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy