PHP 8.5.0 Beta 3 available for testing

XMLWriter::toUri

(PHP 8 >= 8.4.0)

XMLWriter::toUri出力先の URI を使い、新しい XMLWriter を作成する

説明

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

出力先の URI を使い、新しい XMLWriter を作成します。

パラメータ

uri

出力するリソースの URI。

戻り値

XMLWriter を返します。

参考

add a note

User Contributed Notes

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