In this video we will discuss about indexed array which is defined in PHP. Indexed arrays - Arrays with a numeric index.
There are two ways to create indexed arrays:
The index can be assigned automatically (index always starts at 0) or the index can be assigned manually.