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 2034 times
Edit
6
Community Evaluations
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 ?"
Similar QuestionsMore questions about PHP
21
Explain the difference between the `include` and `require` functions in PHP.7
Which of the following statements are true ?5
Which of the following statements are true ?5
Write a PHP class with a constant and a public method that outputs the constant.4
What is the value of the `PHP_FLOAT_MIN` variable?