PHP Access Arrays
Access Array Item To access an array item, you can refer to the index number for indexed arrays, and the key name for associative arrays. ExampleGet your own PHP Server Access an item by referring to its index number: $cars = array("Volvo", "BMW", "Toyota"); echo $cars[2]; Try it Yourself » Note: The first item has index 0. To access items from an associative...
0 التعليقات 0 المشاركات 4كيلو بايت مشاهدة 0 معاينة
إعلان مُمول