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.
このようなAES暗号化からの文字列があります->"、±«〜—ÄÔý3ƒÛœÛ"この文字列をエンコードして、URLを介してスクリプトに送信できるようにする方法はありますか?
ありがとう!
はい!
グローバル関数を使用する
urlencode($string)
元のパラメータを取得したい場合は、URLパラメータを次のようにデコードできます。
urldecode($string)
そのタスクには urlencode または base64_encode を使用できます。どちらも URL セーフ文字列を生成します