XMLReader::fromString
(PHP 8 >= 8.4.0)
XMLReader::fromString — Creates an XMLReader from an XML string
Опис
public static XMLReader::fromString(
string $source,
?string $encoding = null,
int $flags = 0):
static
Creates an XMLReader from an XML string.
Параметри
source
-
String containing the XML to be parsed.
encoding
-
The document encoding or null.
flags
-
A bitmask of the LIBXML_*
constants.
Значення, що повертаються
Returns an XMLReader.
Помилки/виключення
-
Passing an invalid
encoding will throw a
ValueError.