编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « XMLReader
  • 安装/配置 »
  • PHP Manual
  • XMLReader
  • 简介

简介

The XMLReader extension is an XML Pull parser. The reader acts as a cursor going forward on the document stream and stopping at each node on the way.

编码

It is important to note that internally, libxml uses the UTF-8 encoding and as such, the encoding of the retrieved contents will always be in UTF-8 encoding.

相关文章
php xmlreader the xmlreader classphp xmlreader close the xmlreader inputphp xmlreader returns a copy of the current node as a dom objectphp xmlreader get the value of a named attributephp xmlreader lookup namespace for a prefixphp xmlreader move cursor to a named attributephp xmlreader move cursor to an attribute by indexphp xmlreader move cursor to a named attributephp xmlreader position cursor on the parent element of current attributephp xmlreader position cursor on the first attributephp xmlreader position cursor on the next attributephp xmlreader move cursor to next node skipping all subtreesphp xmlreader set the uri containing the xml to parsephp xmlreader move to next node in documentphp xmlreader retrieve xml from current nodephp xmlreader set the filename or uri for a relaxng schemaphp xmlreader set the data containing a relaxng schemaphp xmlreader validate document against xsdphp xmlreader 安装/配置php xmlreader set the data containing the xml to parse
关注编程学问公众号
编程学问网 湘ICP备20001732号