特殊な文字を無害な文字に強制的に置き換える処理。データベースやスクリプトの実行時に、不正なコードが実行されないようにする事ができます。
escape
The process of forcing special characters to be replaced with harmless characters. You can prevent malicious code from being executed when running databases or scripts.
特殊な文字を無害な文字に強制的に置き換える処理。データベースやスクリプトの実行時に、不正なコードが実行されないようにする事ができます。
escape
The process of forcing special characters to be replaced with harmless characters. You can prevent malicious code from being executed when running databases or scripts.