XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUriCrear un nuevo XMLWriter utilizando un URI para la salida

Descripción

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

Crear un nuevo XMLWriter utilizando un URI para la salida.

Parámetros

uri

The URI of the resource for the output.

Valores devueltos

Devuelve un XMLWriter.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top