PHP Conference Nagoya 2025

XMLReader::fromUri

(PHP 8 >= 8.4.0)

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

Beschreibung

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

Creates an XMLReader from a URI to read from.

Parameter-Liste

uri

URI, die auf den XML-Inhalt verweist.

encoding

Dokumentkodierung oder null.

flags

Bitmaske bestehend aus LIBXML_*-Konstanten.

Rückgabewerte

Returns an XMLReader.

Fehler/Exceptions

  • Passing an invalid encoding will throw a ValueError.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top