From a6f10f51276618e5451d79a97fa095d7d41b7a74 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 9 Jul 2002 05:51:06 +0000 Subject: [PATCH] See also: preg_split() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88124 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/reference.xml b/reference/array/reference.xml index 97b6d8c8ee..c525f69f27 100644 --- a/reference/array/reference.xml +++ b/reference/array/reference.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -52,7 +52,7 @@ See also is_array, explode, implode, split, - and join. + preg_splitjoin.