WriteCData Method
Writes an XML CDATA block.
Object Oriented Interface
public function doWriteCData($text);
Procedural Interface
ipworks_xmlw_do_writecdata($res, $text);
Remarks
Writes a new XML CDATA block with the specified text inside the current element.