PHP 8.4.1 Released!

XMLWriter::toMemory

(PHP 8 >= 8.4.0)

XMLWriter::toMemoryCreate new XMLWriter using memory for string output

Açıklama

public static XMLWriter::toMemory(): static

Creates a new XMLWriter using memory for string output.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an XMLWriter.

Ayrıca Bakınız

add a note

User Contributed Notes

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