XMLReader::fromString

Creates an XMLReader from an XML string

Description

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

Creates an XMLReader from an XML string.

Parameters

source

String containing the XML to be parsed.

encoding

The document encoding or null.

flags

A bitmask of the LIBXML_* constants.

Return Values

Returns an XMLReader.

Errors/Exceptions

  • Passing an invalid encoding will throw a ValueError.

See Also

  • XMLReader::fromStream
  • XMLReader::fromUri