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.