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 1594 times
Edit
5
Community Evaluations
developer avatar
Baptiste
26/03/2024
Aaah je ne savais pas qu'on pouvait dire que c'était du multidimensionnel quand c'est un array au minimum ! Merci pour les précisions :)
developer avatar
Maxime Javaux
29/03/2024
Petite question, pour l'intitulé de la question, ne serait-il pas plus pratique de demander quelle définition de tableau on peut lui donner ? En l'occurrence, j'ai mis 'multidimensionnel' pensant ne pas pouvoir tout mélanger dans la réponse. "Quelle(s) définition(s) de tableau peut-on lui donner ?"