PHP Conference Nagoya 2025

XMLReader::fromUri

(PHP 8 >= 8.4.0)

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

Descripción

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

Creates an XMLReader from a URI to read from.

Parámetros

uri

El URI señalado para el documento.

encoding

El documento codificado o null.

flags

Una mascara de bit de las contantes de LIBXML_*.

Valores devueltos

Returns an XMLReader.

Errores/Excepciones

  • Passing an invalid encoding will throw a ValueError.

Ver también

add a note

User Contributed Notes

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