Question from the PHP - Fundamentals test

What type of array is the following?

Hard

Of which types is the following array ?

$cars = array (  
  array("Volvo",22,18),  
  array("BMW",15,13),  
  array("Saab",5,2),  
  array("Land Rover",17,15)  
);
Author: ThéoStatus: PublishedQuestion passed 2178 times
Edit
6
Community EvaluationsNo one has reviewed this question yet, be the first!