Q. Which is the correct example of an Indexed array in PHP?
β
Correct Answer: (B)
$cities = array("Delhi", "Mumbai", "Banglore");
You must be Logged in to update hint/solution