Top 10 Array Questions asked in PHP interviews
Q1 What is an array in PHP? Ans. Array is a specific type of variable that holds the multiple values. There are mainly 3 types of array in PHP. They are listed below:- (a) Indexed arrays(b) Associative arrays(c) Multidimensional arrays Q2. What is the indexed array in PHP? Ans. An indexed array is a array […]
Top 10 Array Questions asked in PHP interviews Read More »