Advertisements
Advertisements
प्रश्न
Define Array in PHP.
Write Short notes on Array?
व्याख्या
टीपा लिहा
उत्तर
Array is a concept that stores more than one value of the same data type (homogeneous) in the single array variable. They are 3 types of array in PHP.
- Indexed Arrays
- Associative Array and
- Multi-Dimensional Array
shaalaa.com
Array in PHP
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
संबंधित प्रश्न
PHP’s indexed array begin with position ______.
Associative arrays are a ____ pair data structure.
$ stud = array (“Roll” ⇒ “12501”,“Name” ⇒ “Hari”);
Identify the type of array.
Arrays more than ____ levels deep are hard to manage.
List out the types of the array in PHP.
Define associative array.
What are indexed arrays?
Explain the Multidimensional Array.
Explain Array concepts and their types.
Explain Indexed array and Associate array in PHP.