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
This commit is contained in:
Michael Maclean 2010-01-15 21:13:25 +00:00
parent 736bcd3251
commit 1c4e52219a

View file

@ -349,7 +349,7 @@ one : cookieone
<listitem>
<simpara>
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 <function>explode</function> to set one cookie with
multiple names and values. It is not recommended to use
<function>serialize</function> for this purpose, because it can result