(PHP 8 >= 8.4.0)
XMLReader::fromString — 从 XML 字符串创建 XMLReader
$source
$encoding
null
$flags
从 XML 字符串创建 XMLReader。
source
包含要解析的 XML 的字符串。
encoding
文档编码或 null。
flags
LIBXML_* 常量的位掩码。
返回一个 XMLReader。