PHP Conference Nagoya 2025

XMLReader::fromUri

(PHP 8 >= 8.4.0)

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

Descrição

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

URI pointing to the document.

encoding

The document encoding or null.

flags

A bitmask of the LIBXML_* constants.

Valor Retornado

Returns an XMLReader.

Erros/Exceções

  • Passing an invalid encoding will throw a ValueError.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top