php8.5
Home/ Manual/ xmlwriter / xmlwriter/ XMLWriter::writeRaw

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

content

The text string to write.

Return Values

Success

Changelog

VersionDescription

See Also

  • XMLWriter::text

Source: reference/xmlwriter/xmlwriter/writeraw.xml · from the official PHP manual (php/doc-en)