Answers for "php add array to brackets"

PHP
0

php add array to brackets

$cars = "cats";
$cars = array("cars","horses","trees");

print_r($cars) ;
Posted by: Guest on October-02-2021

Browse Popular Code Answers by Language