0 votes
in PHP by
What is the array in PHP?

1 Answer

0 votes
by

An array is used to store multiple values in a single value. In PHP, it orders maps of pairs of keys and values. It saves the collection of the data type.

...