Science, asked by deadlydagars6881, 1 year ago

What is the meaning of an associative array in PHP?

Answers

Answered by Dish9
0
Associative array is an array with strings as index. This stores element values in association with key values rather than in a strict linear index order.
Similar questions