update pague now
PHP 8.5.2 Released!

XMLWriter::toMemory

(PHP 8 >= 8.4.0)

XMLWriter::toMemory Create new XMLWriter using memory for string output

Description

public static XMLWriter::toMemory (): static

Creates a new XMLWriter using memory for string output.

Parameters

This function has no parameters.

Return Values

Returns an XMLWriter .

See Also

add a note

User Contributed Notes

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