(PHP 8 >= 8.4.0)
XMLReader::fromStream — Creates an XMLReader from a stream to read from
public static XMLReader::fromStream( resource $stream, ?string $encoding = null, int $flags = 0, ?string $documentUri = null ): static
Creates an XMLReader from a stream to read from.
Returns an XMLReader.
encoding will throw a ValueError. stream will throw a TypeError.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/xmlreader.fromstream.php