Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions language/types/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down