PHP 8.4.1 Released!

XMLWriter::toStream

(PHP 8 >= 8.4.0)

XMLWriter::toStreamCreate new XMLWriter using a stream for output

Descrição

public static XMLWriter::toStream(resource $stream): static

Creates a new XMLWriter using a stream for output.

Parâmetros

stream
The stream to use for output.

Valor Retornado

Returns an XMLWriter.

Erros/Exceções

  • Passing a resource that is not a stream to stream will throw a TypeError.

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