编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 xml 操作 xmlreaderphp xmlreader the xmlreader classphp xmlreader 简介php xmlreader returns a copy of the current node as a dom objectphp xmlreader get the value of a named attributephp xmlreader get the value of an attribute by indexphp xmlreader get the value of an attribute by localname and uriphp xmlreader indicates if specified property has been setphp xmlreader indicates if the parsed document is validphp xmlreader lookup namespace for a prefixphp xmlreader move cursor to a named attributephp xmlreader move cursor to an attribute by indexphp xmlreader move to next node in documentphp xmlreader retrieve xml from current nodephp xmlreader retrieve xml from current node including itselfphp xmlreader reads the contents of the current node as a stringphp xmlreader set parser optionsphp xmlreader set the filename or uri for a relaxng schemaphp xmlreader set the data containing a relaxng schemaphp xmlreader validate document against xsd
关注编程学问公众号
编程学问网 湘ICP备20001732号