From 23559150d45681efd59b6422084dfa892046b225 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sat, 3 May 2003 21:54:11 +0000 Subject: [PATCH] implement some user notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125606 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-filter.xml | 6 +++--- reference/array/functions/array-flip.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/array/functions/array-filter.xml b/reference/array/functions/array-filter.xml index 41628d74fe..85b7ac2356 100644 --- a/reference/array/functions/array-filter.xml +++ b/reference/array/functions/array-filter.xml @@ -1,5 +1,5 @@ - + @@ -76,8 +76,8 @@ Array is changed, the behavior of this function is undefined. - See also array_map and - array_reduce. + See also array_map, + array_reduce, and array_walk. diff --git a/reference/array/functions/array-flip.xml b/reference/array/functions/array-flip.xml index f0ec835925..724acbbeee 100644 --- a/reference/array/functions/array-flip.xml +++ b/reference/array/functions/array-flip.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,8 @@ array_flip returns an array in flip - order, i.e. keys from trans become values and - trans's values become keys. + order, i.e. keys from trans become values and values + from trans become keys. Note that the values of trans need to be valid