From 14787bd7d70fd24d046a30b3e38b478b507dc4e5 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 17 Jul 2003 22:38:54 +0000 Subject: [PATCH] See alsos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135341 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-flip.xml | 7 ++++++- reference/array/functions/array-reverse.xml | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-flip.xml b/reference/array/functions/array-flip.xml index e04cc2da93..0940ba6612 100644 --- a/reference/array/functions/array-flip.xml +++ b/reference/array/functions/array-flip.xml @@ -1,5 +1,5 @@ - + @@ -71,6 +71,11 @@ Array + + See also array_values, + array_keys, and + array_reverse. + diff --git a/reference/array/functions/array-reverse.xml b/reference/array/functions/array-reverse.xml index 4bb1ec0bcd..4d9881c3b9 100644 --- a/reference/array/functions/array-reverse.xml +++ b/reference/array/functions/array-reverse.xml @@ -1,5 +1,5 @@ - + @@ -73,6 +73,9 @@ Array The second parameter was added in PHP 4.0.3. + + See also array_flip. +