XMLWriter::writeRaw
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL xmlwriter >= 2.0.4)
Write a raw XML text
Description
Oop
XMLWriter::writeRaw(string $content): bool
Procedural
xmlwriter_write_raw(XMLWriter $writer, string $content): bool
Writes a raw xml text.
Parameters
contentThe text string to write.
Return Values
Success
Changelog
| Version | Description |
|---|
See Also
XMLWriter::text