Definition and Usage定义和用法 The htmlentities() function converts characters to HTML entities.htmlentities()函数的作用是:转换字符为HTML字符编码. Syntax语法 htmlentities(string,quotestyle,character-set) Parameter参数 Description描述 string Required. Specifies the string to c…