PHP Conference Nagoya 2025

XMLReader::fromString

(PHP 8 >= 8.4.0)

XMLReader::fromStringCreates an XMLReader from an XML string

Descrição

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

Creates an XMLReader from an XML string.

Parâmetros

source

String containing the XML to be parsed.

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