Hack
HHVM
report a problem or make a suggestion
Search our Documentation
Documentation
Hack
Reference
Class
XMLWriter
writeRaw
XMLWriter::writeRaw
Writes a raw xml text
public function writeRaw( string $content, ): bool;
Parameters
string $content
- The text string to write.
Returns
bool
- - Returns TRUE on success or FALSE on failure.