PHP 8.4.1 Released!

XMLWriter::toMemory

(PHP 8 >= 8.4.0)

XMLWriter::toMemoryCreate new XMLWriter using memory for string output

説明

public static XMLWriter::toMemory(): static

Creates a new XMLWriter using memory for string output.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns an XMLWriter.

参考

add a note

User Contributed Notes

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