From a810fcc1ffc016d1cc43f46c94b0ffe1172f65ac Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 1 Jan 2021 14:51:01 +0100 Subject: [PATCH] implode-fix --- reference/strings/functions/implode.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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. - -