PHP Conference Nagoya 2025

XMLReader::fromUri

(PHP 8 >= 8.4.0)

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

Açıklama

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

Creates an XMLReader from a URI to read from.

Bağımsız Değişkenler

uri

Belgenin adresi.

kodlama

Belgenin karakter kodlaması veya null.

seçenekler

LIBXML_* sabitlerinden oluşan bir bit maskesi.

Dönen Değerler

Returns an XMLReader.

Hatalar/İstisnalar

  • Passing an invalid encoding will throw a ValueError.

Ayrıca Bakınız

add a note

User Contributed Notes

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