PHP 8.4.1 Released!

XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUriCreate new XMLWriter using a URI for output

Açıklama

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

Creates a new XMLWriter using a URI for output.

Bağımsız Değişkenler

uri

Çıktı için özkaynak adresi.

Dönen Değerler

Returns an XMLWriter.

Ayrıca Bakınız

add a note

User Contributed Notes

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