mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Link to array operators in See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147860 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
984102f652
commit
2ccd1ae37f
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.array-merge">
|
||||
<refnamediv>
|
||||
|
@ -113,8 +113,9 @@ Array
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>array_merge_recursive</function> and
|
||||
<function>array_combine</function>.
|
||||
See also <function>array_merge_recursive</function>,
|
||||
<function>array_combine</function> and
|
||||
<link linkend="language.operators.array">array operators</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue