From 2ccd1ae37f50172967b4ff800809f370bc63cca8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 5 Jan 2004 10:29:53 +0000 Subject: [PATCH] Link to array operators in See also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147860 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-merge.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/array-merge.xml b/reference/array/functions/array-merge.xml index efd6fe5211..46fc9dcec3 100644 --- a/reference/array/functions/array-merge.xml +++ b/reference/array/functions/array-merge.xml @@ -1,5 +1,5 @@ - + @@ -113,8 +113,9 @@ Array - See also array_merge_recursive and - array_combine. + See also array_merge_recursive, + array_combine and + array operators.