diff --git a/reference/strings/functions/implode.xml b/reference/strings/functions/implode.xml index 050f442fd5..d5d89eda40 100644 --- a/reference/strings/functions/implode.xml +++ b/reference/strings/functions/implode.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,9 @@ Description stringimplode - stringglue + + stringglue + arraypieces @@ -41,6 +43,12 @@ print $comma_separated; // lastname,email,phone to use the documented order of arguments. + + + As of PHP 4.3.0, the glue parameter of implode is + optional and defaults to the empty string(''). + + See also explode, and split.