From bdd31b498f3a0e4a7df2056347103bbc35387b97 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 30 Mar 2003 02:30:50 +0000 Subject: [PATCH] commas make this sentence sound a bit better... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121601 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/explode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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