PHP Arrays
An array stores multiple values in one single variable: ExampleGet your own PHP Server $cars = array("Volvo", "BMW", "Toyota"); Try it Yourself » What is an Array? An array is a special variable that can hold many values under a single name, and you can access the values by referring to an index number or name. PHP Array Types In PHP, there are three types of arrays:...
0 Comments 0 Shares 2K Views 0 Reviews
Sponsored