标签: php cookies g-wan
如何使用gwan在php中读取或编写cookie? 我尝试使用setcookie,但出现的唯一变量是argv中的get和post。
答案 0 :(得分:1)
char cookies[] = "Cookie: blah\r\n" // add a cookie in the response http_header(HEAD_ADD, cookies, sizeof(cookies) - 1, argv);