Run ❯
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
array ( "XC60", "XC90" ), "BMW"=>array ( "X3", "X5" ), "Toyota"=>array ( "Highlander" ) ); echo "Normal count: " . sizeof($cars)."
"; echo "Recursive count: " . sizeof($cars,1); ?>
Normal count: 3
Recursive count: 8