Skip to content
Open
Changes from 1 commit
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>
See also the <link linkend="ref.array">array functions</link> 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