php html 转义

html_entity_decode($string);
htmlentities($string);
htmlspecialchars($string);
htmlspecialchars_decode($string);

posted @ 2013-09-27 10:36  长城的草  阅读(311)  评论(0编辑  收藏  举报