mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f082c0c09c
commit
1736d50a09
1 changed files with 1 additions and 1 deletions
|
@ -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>")
|
||||
|
|
Loading…
Reference in a new issue