(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::writeElement -- xmlwriter_write_element — Write full element tag
Stile orientato agli oggetti
$name
[, string $content
] )Stile procedurale
$xmlwriter
, string $name
[, string $content
] )Writes a full element tag.
xmlwriterSolo per chiamate procedurali. La resource XMLWriter che รจ stata modificata. Questa risorsa deriva da una chiamata a xmlwriter_open_uri() or xmlwriter_open_memory().
nameThe element name.
contentThe element contents.
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.
| Versione | Descrizione |
|---|---|
| 5.2.3 |
The content parameter became optional.
|