XMLWriter Funzioni
PHP Manual

XMLWriter::writeElement

xmlwriter_write_element

(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)

XMLWriter::writeElement -- xmlwriter_write_elementWrite full element tag

Descrizione

Stile orientato agli oggetti

bool XMLWriter::writeElement ( string $name [, string $content ] )

Stile procedurale

bool xmlwriter_write_element ( resource $xmlwriter , string $name [, string $content ] )

Writes a full element tag.

Elenco dei parametri

xmlwriter

Solo per chiamate procedurali. La resource XMLWriter che รจ stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().

name

The element name.

content

The element contents.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Log delle modifiche

Versione Descrizione
5.2.3 The content parameter became optional.

Vedere anche:


XMLWriter Funzioni
PHP Manual