How do you create an array in PHP?
-
$cars = array("Volvo", "BMW", "Toyota"); -
$cars = array["Volvo", "BMW", "Toyota"]; -
$cars = "Volvo", "BMW", "Toyota"; - all of above
We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.