位置: 编程技术 - 正文
推荐整理分享PHP字符串函数get_html_translation_table()的用法(php字符串定义),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php获取字符串中的指定字符,php字符串型数据的定义方式,php中字符串函数,php哪个函数能取得字符串长度,php哪个函数能取得字符串长度,php哪个函数能取得字符串长度,php字符串型数据的定义方式,php 字符串函数,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
get_html_translation_table — 返回使用 htmlspecialchars() 和 htmlentities() 后的转换表
说明 array get_html_translation_table ([ int $table = HTML_SPECIALCHARS [, int $flags = ENT_COMPAT | ENT_HTML [, string $encoding = UTF-8 ]]] )get_html_translation_table() 将返回 htmlspecialchars() 和 htmlentities() 处理后的转换表。
Note:
特殊字符可以使用多种转换方式。 例如: " 可以被转换成 ", &#; 或者 &#x. get_html_translation_table() 返回其中最常用的。
参数table
有两个新的常量 (HTML_ENTITIES, HTML_SPECIALCHARS) 允许你指定你想要的表。
flagsA bitmask of one or more of the following flags, which specify which quotes the table will contain as well as which document type the table is for. The default is ENT_COMPAT | ENT_HTML. Available flags constants Constant Name Description ENT_COMPAT Table will contain entities for double-quotes, but not for single-quotes. ENT_QUOTES Table will contain entities for both double and single quotes. ENT_NOQUOTES Table will neither contain entities for single quotes nor for double quotes. ENT_HTML Table for HTML 4.. ENT_XML1 Table for XML 1. ENT_XHTML Table for XHTML. ENT_HTML5 Table for HTML 5.
encodingEncoding to use. If omitted, the default value for this argument is ISO--1 in versions of PHP prior to 5.4.0, and UTF-8 from PHP 5.4.0 onwards.
支持以下字符集: 支持的字符集列表 字符集 别名 描述 ISO--1 ISO-1 西欧,Latin-1 ISO--5 ISO-5 Little used cyrillic charset (Latin/Cyrillic). ISO-- ISO- 西欧,Latin-9。增加欧元符号,法语和芬兰语字母在 Latin-1(ISO--1) 中缺失。 UTF-8 ASCII 兼容的多字节 8 位 Unicode。 cp ibm, DOS 特有的西里尔编码。本字符集在 4.3.2 版本中得到支持。 cp Windows-, win-, Windows 特有的西里尔编码。本字符集在 4.3.2 版本中得到支持。 cp Windows-, Windows 特有的西欧编码。 KOI8-R koi8-ru, koi8r 俄语。本字符集在 4.3.2 版本中得到支持。 BIG5 繁体中文,主要用于中国台湾省。 GB 简体中文,中国国家标准字符集。 BIG5-HKSCS 繁体中文,附带香港扩展的 Big5 字符集。 Shift_JIS SJIS, 日语 EUC-JP EUCJP 日语 MacRoman Mac OS 使用的字符串。 An empty string activates detection from script encoding (Zend multibyte), default_charset and current locale (see nl_langinfo() and setlocale()), in this order. Not recommended.
Note: 其他字符集没有认可。将会使用默认编码并抛出异常。
返回值将转换表作为一个数组返回。
更新日志版本 说明 5.4.0 The default value for the encoding parameter was changed to UTF-8. 5.4.0 The constants ENT_HTML, ENT_XML1, ENT_XHTML and ENT_HTML5 were added. 5.3.4 The encoding parameter was added.
范例
Example #1 Translation Table Example
<?phpvar_dump(get_html_translation_table(HTML_ENTITIES,ENT_QUOTES|ENT_HTML5));?>以上例程的输出类似于:
参见htmlspecialchars() - Convert special characters to HTML entities htmlentities() - Convert all applicable characters to HTML entities html_entity_decode() - Convert all HTML entities to their applicable characters
PHP字符串函数explode()的用法 explode(PHP4,PHP5)explode使用一个字符串分割另一个字符串说明arrayexplode(string$delimiter,string$string[,int$limit])此函数返回由字符串组成的数组,每个元素都是strin
PHP字符串函数crc()的用法 crc(PHP4=4.0.1,PHP5)crc计算一个字符串的crc多项式说明intcrc(string$str)生成str的位循环冗余校验码多项式。这通常用于检查传输的数据是否完整。Warning
PHP字符串函数fprintf()的用法 fprintf(PHP5)fprintf将格式化后的字符串写入到流说明intfprintf(resource$handle,string$format[,mixed$args[,mixed$...]])写入一个根据format格式化后的字符串到由handle句柄打
标签: php字符串定义
本文链接地址:https://www.jiuchutong.com/biancheng/279861.html 转载请保留说明!友情链接: 武汉网站建设