ThinkPHP3加固I()函数过滤单引号


function.php

function htmlentities_custom($str) {
	return htmlentities($str, ENT_QUOTES);
}

config.php

return [
	'DEFAULT_FILTER' => 'htmlentities_custom',
];

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288304.html

(0)
上一篇 2022年9月8日
下一篇 2022年9月8日

相关推荐

发表回复

登录后才能评论