略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Case Folding(大写转换)

2024-04-27

Case Folding(大写转换)

元素处理函数可取得元素名称转换为 case-folded(大写字母)形式。 Case-folding 被定义为“将非大写字母替换为相对应的大写字母的字符串操作”。换句话说,在 XML 中,case-folding 就是转换为大写。

默认情况下,所有的通过处理函数的元素名都被转换为大写字母。每个 XML 解析器可分别通过xml_parser_get_option()xml_parser_set_option()函数来查询与控制此项功能。

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/xml.case-folding.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3