2010-12-22 136 views

回答

1

以下是我发现的有关卷曲和饼干的一些选项。

curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookie.txt'); //use this cookie file 
curl_setopt($ch, CURLOPT_COOKIEJAR, '/tmp/cookie.jar'); //if you close the session the cookies will be saved here 
curl_setopt($ch, CURLOPT_COOKIE,"cookie_test=yes; domain=.google.com; path=/"); //set the cookie for the current session