mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
array: see also array_pad, range
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
10e9116e33
commit
5e45f2efe5
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.137 $ -->
|
||||
<!-- $Revision: 1.138 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -139,7 +139,8 @@ Array
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>list</function>.
|
||||
See also <function>array_pad</function>,
|
||||
<function>list</function>, and <function>range</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue