PHP 8.4.1 Released!

XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUriCreate new XMLWriter using a URI for output

Descrição

public static XMLWriter::toUri(string $uri): static

Creates a new XMLWriter using a URI for output.

Parâmetros

uri

The URI of the resource for the output.

Valor Retornado

Returns an XMLWriter.

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