mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Array type: Add a top of page link to the array functions docs (#4654)
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
<sect1 xml:id="language.types.array">
|
||||
<title>Arrays</title>
|
||||
|
||||
<para>
|
||||
For a list of all array functions, see the <link linkend="ref.array">array functions</link> chapter in the documentation.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
An <type>array</type> in PHP is actually an ordered map. A map is a type that
|
||||
associates <emphasis>values</emphasis> to <emphasis>keys</emphasis>. This type
|
||||
|
||||
Reference in New Issue
Block a user