Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gwanを使用してPHPでCookieを読み書きするにはどうすればよいですか? setcookie を使用してみましたが、表示される変数は argv の get と post だけです。
char cookies[] = "Cookie: blah\r\n" // add a cookie in the response http_header(HEAD_ADD, cookies, sizeof(cookies) - 1, argv);