From 1c4e52219a791e7ac9ed5078e81db28785f07e23 Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Fri, 15 Jan 2010 21:13:25 +0000 Subject: [PATCH] Minor change spotted by mysgroda - ##php on freenode git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293596 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/setcookie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/network/functions/setcookie.xml b/reference/network/functions/setcookie.xml index 67ec5aea45..efd6cc7bd1 100644 --- a/reference/network/functions/setcookie.xml +++ b/reference/network/functions/setcookie.xml @@ -349,7 +349,7 @@ one : cookieone Cookies names can be set as array names and will be available to your - PHP scripts as arrays but separate cookies are stored on the users + PHP scripts as arrays but separate cookies are stored on the user's system. Consider explode to set one cookie with multiple names and values. It is not recommended to use serialize for this purpose, because it can result