2010-12-22 133 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