⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xml.case-folding.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Case Folding</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="xml.eventhandlers.html">Event Handlers</a></div> <div class="next" style="text-align: right; float: right;"><a href="xml.error-codes.html">Error Codes</a></div> <div class="up"><a href="book.xml.html">XML Parser</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Case Folding</h1> <p class="para">  The element handler functions may get their element names  <span class="glossterm">case-folded</span>.  Case-folding is defined by  the XML standard as &quot;a process applied to a sequence of  characters, in which those identified as non-uppercase are  replaced by their uppercase equivalents&quot;.  In other words, when  it comes to XML, case-folding simply means uppercasing. </p> <p class="para">  By default, all the element names that are passed to the handler  functions are case-folded.  This behaviour can be queried and  controlled per XML parser with the  <a href="function.xml-parser-get-option.html" class="function">xml_parser_get_option()</a> and  <a href="function.xml-parser-set-option.html" class="function">xml_parser_set_option()</a> functions,  respectively. </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="xml.eventhandlers.html">Event Handlers</a></div> <div class="next" style="text-align: right; float: right;"><a href="xml.error-codes.html">Error Codes</a></div> <div class="up"><a href="book.xml.html">XML Parser</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -