From 5288e3042098fb9eeb92c5aac6bef9edf4d372c4 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Tue, 10 Oct 2000 23:16:41 +0000 Subject: [PATCH] added also a pointer to is_array in the partintro section. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33587 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index aaeb2e82f3..f14dab52a4 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -14,8 +14,9 @@ arrays from database queries, and several functions return arrays. - See also explode, implode, - split and join. + See also is_array, explode, + implode, split + and join.