Home / Questions / Other PHP HTML output escape करने के लिए common function क्या है? इसका working code example क्या है? Other 0 Views Verified PHP HTML output escape करने के लिए common function क्या है? इसका working code example क्या है? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified escape_html_manual($value); escape_html_manual($value); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified html_escape_only($value); html_escape_only($value); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified strip_tags($value); strip_tags($value); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer htmlspecialchars($value, ENT_QUOTES, 'UTF-8'); htmlspecialchars($value, ENT_QUOTES, 'UTF-8'); Additional Explanation htmlspecialchars() HTML special characters encode करता है।