Sends Cookie header (bug #47044)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-20 11:00:09 +00:00
parent f082c0c09c
commit 1736d50a09

View file

@ -733,7 +733,7 @@
<row>
<entry><constant>CURLOPT_COOKIE</constant></entry>
<entry>
The contents of the <literal>"Set-Cookie: "</literal> header to be
The contents of the <literal>"Cookie: "</literal> header to be
used in the HTTP request.
Note that multiple cookies are separated with a semicolon followed
by a space (e.g., "<literal>fruit=apple; colour=red</literal>")