Multidimensional Array - II | Arrays In PHP - Coding Lane

Опубликовано: 17 Март 2025
на канале: Coding Lane
71
6

Multidimensional Array - II | Arrays In PHP - Coding Lane


In this video tutorial, you will learn about Multidimensional Array in PHP.

Arrays are used to store multiple data in a single variable. Arrays are of three different types:

1. Indexed Array
   • Arrays In PHP | Indexed Array In PHP ...  

2. Associative Array
   • Associative Array In PHP | Arrays In ...  

3. Multidimensional Array

Multidimensional Array is an array containing one or more arrays. Here you will learn how to print Multidimensional Array using echo statement. But foreach loop is used to print array. So, you are going to learn that in this video.

Also, Multidimensional array can contain two types of arrays i.e
1. Index Array inside array
2. Associative Array inside array

If you haven't seen part-1 of this video, then click the link below:
   • Multidimensional Array | Arrays In PH...  

Learn to print Indexed Array using foreach loop. Click the link below:
   • Foreach Loop In PHP | Loops In PHP - ...  

Stay tuned to learn more. If you like my video, do share it and give it a thumbs up.