From 8528aef414f406aea02c6a49c2bca74273eb6c42 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 7 Jun 2002 17:46:26 +0000 Subject: [PATCH] Minor update to example, removed see also to the alias join(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84997 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/implode.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/implode.xml b/reference/strings/functions/implode.xml index 9bcaadf73d..050f442fd5 100644 --- a/reference/strings/functions/implode.xml +++ b/reference/strings/functions/implode.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,14 @@ <function>implode</function> example ]]> @@ -35,8 +42,7 @@ $colon_separated = implode(":", $array); - See also explode, join, - and split. + See also explode, and split.