diff --git a/functions/array.xml b/functions/array.xml index b270930547..de81c07c73 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2241,9 +2241,9 @@ $result = count ($b); - See also: sizeof, + See also is_array, isset, and - is_array. + strlen.