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.
私はこれを得ました: 警告: Cookie の値には、次のいずれかを含めることはできません。\t\r\n\013\014'
それらを削除する機能はありますか?また、「+」記号を %2B に変換しますか?
試すurlencode($cookie_value);
urlencode($cookie_value);
最後に、base64_encode を使用してそれを行います。