PHP 8.4.2 Released!

XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUriCréer un nouveau XMLWriter utilisant un URI pour la sortie

Description

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

Créer un nouveau XMLWriter utilisant un URI pour la sortie.

Liste de paramètres

uri

L'URI de la resource pour l'affichage.

Valeurs de retour

Renvoie un XMLWriter.

Voir aussi

add a note

User Contributed Notes

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