常用函数-htmlentities2
说明
转换字符实体,保留已经被编码的字符实体。
用法
<?php htmlentities2( $myHTML ) ?>
参数
$myHTML
(字符串)(必需)即将被转换的文本
默认值: None
返回的值
(字符串)
转换后的文本
示例
注释
- 参见{0><}0{> Borrowed from the PHP Manual user notes.
修改记录
自 1.2.2版本后
源文件:
htmlentities2()位于wp-includes/formatting.php中。
分类:中文手册