Créer un tableau 2D vide PHP
<?php
$emptyArray = [[]];
?>
Healthy Hippopotamus
<?php
$emptyArray = [[]];
?>