How many types of array are there in PHP?

0

There are three types of array in PHP:

  • Indexed array: an array with a numeric key.
  • Associative array: an array where each key has its specific value.
  • Multidimensional array: an array containing one or more arrays within itself.
Php
asked Apr 15, 2023 at 00:49
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.