XMLWriter::writeElement
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
Write full element tag
Description
Oop
XMLWriter::writeElement(string $name, string|null $content = null): bool
Procedural
xmlwriter_write_element(XMLWriter $writer, string $name, string|null $content = null): bool
Writes a full element tag.
Parameters
nameThe element name.
contentThe element contents.
Return Values
Success
Changelog
| Version | Description |
|---|
See Also
XMLWriter::startElementXMLWriter::endElementXMLWriter::writeElementNs