XMLReader::fromStream
(PHP 8 >= 8.4.0)
XMLReader::fromStream — Creates an XMLReader from a stream to read from
Description
public static XMLReader::fromStream(
resource
?string
int
?string
): static
resource
$stream,?string
$encoding = null,int
$flags = 0,?string
$documentUri = null): static
Creates an XMLReader from a stream to read from.
Parameters
Return Values
Returns an XMLReader.
Errors/Exceptions
- Passing an invalid
encodingwill throw a ValueError. - Passing a resource that is not a stream to
streamwill throw a TypeError.
See Also
- XMLReader::fromString() - Creates an XMLReader from an XML string
- XMLReader::fromUri() - Creates an XMLReader from a URI to read from
↑ and ↓ to navigate • Enter to select • Esc to close • / to open