diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index 5f02ad357e..5db1931545 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -1,5 +1,5 @@ - + @@ -52,7 +52,7 @@ list($user,$pass,$uid,$gid,$gecos,$home,$shell) = explode(":",$data); - Although implode can for historical reasons + Although implode can, for historical reasons, accept its parameters in either order, explode cannot. You must ensure that the separator argument comes before the