Tag Archives: array

All about Array in PHP

1. Array creation using array() built in function for creating array in php code. Output: 2. Using the array operator The array operator [ ] is used to address an element of a particular array. For example, 3. Counting the … Continue reading

Posted in Programming | Tagged , , | 1 Comment