Q. Give an example, how to define a constant array in PHP?
β
Correct Answer: (C)
define("cities", ["New Delhi","Mumbai","Banglore"]);
You must be Logged in to update hint/solution