1
0
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:
AllenJB
2025-12-25 16:31:07 +00:00
committed by GitHub
parent 6536bde9ac
commit 3061900171

View File

@@ -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