Array in PHP
Array in PHP- In PHP, there are three types of arrays , and array() function is used to create an array in PHP. 1- Indexed or Numeric Array- In a numeric or an indexed array elements of an array are indexed with numeric values. For example, if you define an array ar with the elements […]