diff --git a/language/types/array.xml b/language/types/array.xml index 06dfcb0b417c..af218a2bc8f1 100644 --- a/language/types/array.xml +++ b/language/types/array.xml @@ -3,6 +3,10 @@ Arrays + + For a list of all array functions, see the array functions chapter in the documentation. + + An array in PHP is actually an ordered map. A map is a type that associates values to keys. This type