WordPress常用函数htmlentities2
来自站长百科
导航: 上一页 | 首页 | WordPress中文论坛 | WordPress主机 | CMS程序 | 论坛程序 | ECShop | ShopNC | PowerEasy
说明[ ]
转换字符实体,保留已经被编码的字符实体。
用法[ ]
<?php htmlentities2( $myHTML ) ?>
参数
$myHTML
(字符串)(必需)即将被转换的文本
默认值: None
返回的值
(字符串)
转换后的文本
示例[ ]
注释
参见{0><}0{>Borrowed from the PHP Manual user notes.
修改记录
自 1.2.2版本后
源文件:
htmlentities2()位于wp-includes/formatting.php中。