XMLWriter::toMemory
PHP Manual
PHP Manual»XMLWriter»XMLWriter::toMemory

XMLWriter::toMemory

(PHP 8 >= 8.4.0)

XMLWriter::toMemoryCreate new XMLWriter using memory for string output

Descrizione

public static function XMLWriter::toMemory(): static

Creates a new XMLWriter using memory for string output.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an XMLWriter.

Vedere anche:

To Top