From 1736d50a093a380624dd37e2795473306c0ab1cb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 20 Nov 2009 11:00:09 +0000 Subject: [PATCH] Sends Cookie header (bug #47044) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291062 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 8affce69fb..439643e7ab 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -733,7 +733,7 @@ CURLOPT_COOKIE - The contents of the "Set-Cookie: " header to be + The contents of the "Cookie: " header to be used in the HTTP request. Note that multiple cookies are separated with a semicolon followed by a space (e.g., "fruit=apple; colour=red")