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.

参见