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.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top