PHP 8.6.0 Beta 1 is available for testing

XMLReader::fromUri

(PHP 8 >= 8.4.0)

XMLReader::fromUriCreates an XMLReader from a URI to read from

Description

public static function XMLReader::fromUri(string $uri, ? string $encoding = null , int $flags = 0): static

Creates an XMLReader from a URI to read from.

Parameters

uri

URI pointing to the document.

encoding

The document encoding or null .

flags

A bitmask of the LIBXML_* constants.

Return Values

Returns an XMLReader .

Errors/Exceptions

  • Passing an invalid encoding will throw a ValueError .

See Also

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /