XMLWriter::writeCData

Writes a full CDATA

public function writeCData(
  string $content,
): bool;

Parameters

  • string $content - The contents of the CDATA.

Returns

  • bool - - Returns TRUE on success or FALSE on failure.