PHP Arrays

Опубликовано: 01 Апрель 2026
на канале: Sriramasubramaniam Nagarajan
11
4

PHP Arrays | PHP Tutorial

Array is a concept that stores more than one value of same data type (homogeneous) in single array variable.
They are 3 types of array concepts in PHP.
● Indexed Arrays,
● Associative Array and
● Multi-Dimensional Array.


A multidimensional array is an array containing one or more arrays.
PHP understands multidimensional arrays that are two, three, four, five, or more levels deep. However, arrays more than three levels deep are hard to manage for most people.



****************************************************************************

YouTube -    / sriramasubramaniamnagarajan  

Connect me @
instagram:   / sriramasubramaniam  
sololearn: https://www.sololearn.com/Profile/104...

PlayList:

PHP Tutorial :    • PHP Tutorial  

JavaScript Tutorial -    • JavaScript Tutorial  

Python Classes and Objects -    • Python Classes and Objects  

Python CSV -    • Python CSV  

C programming -    • C Programming Language  

Python Programming -    • Python Programming  

Python Programs -    • Python programs  

DataBase Concepts -    • DataBase Concepts  

canva - https://www.canva.com/join/simplified...

#PHP #Arrays