What is Array in PHP? Write down top 10 real use cases of Array in programming?
Arrays are collection of data items stored under a single name. It provide a mechanism for declaring and accessing several data items with only one identifier, thereby simplifying the task…