简单教程
提交运行
代码编辑器:
<?php $str = "This is some <b>bold</b> text."; echo htmlspecialchars_decode($str);
运行结果: