PHP 8.4.0 RC3 available for testing

简介

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.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top