From 449537adbef2da6b79bbd8936d2de8cf4cdddf90 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Sun, 28 Sep 2003 07:15:03 +0000 Subject: [PATCH] - s/seperate/separate/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141201 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 4 ++-- reference/http/functions/setcookie.xml | 4 ++-- reference/xml/functions/xml-parser-create-ns.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index 33226506eb..2e695b35c7 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -1002,7 +1002,7 @@ if (isset($_POST['action']) && $_POST['action'] == 'submitted') { - That will create two seperate cookies although MyCookie will now + That will create two separate cookies although MyCookie will now be a single array in your script. If you want to set just one cookie with multiple values, consider using serialize or explode on the value first. diff --git a/reference/http/functions/setcookie.xml b/reference/http/functions/setcookie.xml index 006eab5202..589370c01d 100644 --- a/reference/http/functions/setcookie.xml +++ b/reference/http/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -189,7 +189,7 @@ Cookies names can be set as array names and will be available to your - PHP scripts as arrays but seperate cookies are stored on the users + PHP scripts as arrays but separate cookies are stored on the users system. Consider explode or serialize to set one cookie with multiple names and values. diff --git a/reference/xml/functions/xml-parser-create-ns.xml b/reference/xml/functions/xml-parser-create-ns.xml index 00e849647e..71a1d92fdf 100644 --- a/reference/xml/functions/xml-parser-create-ns.xml +++ b/reference/xml/functions/xml-parser-create-ns.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ With a namespace aware parser tag parameters passed to the various handler functions will consist of namespace and tag name - seperated by the string specified in + separated by the string specified in seperator or ':' by default.