XMLReader::fromUri
(PHP 8 >= 8.4.0)
XMLReader::fromUri — Creates an XMLReader from a URI to read from
Опис
Creates an XMLReader from a URI to read from.
Параметри
uri
-
URI pointing to the document.
encoding
-
The document encoding or null
.
flags
-
A bitmask of the LIBXML_*
constants.
Значення, що повертаються
Returns an XMLReader.
Помилки/виключення
-
Passing an invalid
encoding
will throw a
ValueError.