实例. 把预定义的字符"<" (小于)和">" (大于)转换为HTML 实体: <?php $str = "This is some <b>bold</b> text."; echo htmlspecialchars($str); ?>.
確定! 回上一頁