Q. Which of the following is the correct way to create an array in PHP?
β
Correct Answer: (B)
$season = array("summer" , "winter" , "spring" , "autumn");
You must be Logged in to update hint/solution