php data type array
We will not study array types here, because there will be a chapter to explain them in the future.
Key points of this chapter:
Know that the array is a composite type
The English name of the array is array, when var_dump a variable The type you see is array, and this variable is the array type.
The simplest and most basic array declaration [default]
Next we declare an array to understand that it can be inserted into the array Just multiple values.
array Pronunciation: [ə'reɪ]
Explanation: array, queue