diff --git a/reference/strings/functions/implode.xml b/reference/strings/functions/implode.xml index a59d207d77..2a5af6d101 100644 --- a/reference/strings/functions/implode.xml +++ b/reference/strings/functions/implode.xml @@ -1,6 +1,6 @@ - + implode Join array elements with a string @@ -17,17 +17,15 @@ stringimplode arraypieces + Legacy signature (deprecated as of PHP 7.4.0, removed as of PHP 8.0.0): + + stringimplode + arraypieces + stringglue + Join array elements with a glue string. - - - implode can, for historical reasons, accept - its parameters in either order. For consistency with - explode, however, it is deprecated not - to use the documented order of arguments. - -