[DOC-CVS] [doc-en] master: Array type: Add a top of page link to the array functions docs (#4654)
[email protected] (AllenJB via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: AllenJB (AllenJB) Committer: GitHub (web-flow) Pusher: kamil-tekiela Date: 2025-12-25T16:31:07Z Commit: https://github.com/php/doc-en/commit/3061900171d4ae84d532571bfd6eda823726dad4 Raw diff: https://github.com/php/doc-en/commit/3061900171d4ae84d532571bfd6eda823726dad4.diff Array type: Add a top of page link to the array functions docs (#4654) Changed paths: M language/types/array.xml Diff: diff --git a/language/types/array.xml b/language/types/array.xml index 78b2ac8f21e5..c2a49b2836fd 100644 --- a/language/types/array.xml +++ b/language/types/array.xml @@ -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