XML_Util::createCDataSection

XML_Util::createCDataSection() – create a CData section

Synopsis

require_once 'XML/Util.php';

string XML_Util::createCDataSection ( string $data )

Description

Creates a CData section, by embedding the data in <!CDATA[ and ]]>. If you use a CData section inside an XML document, entities do not have to be replaced in this sections.

Parameter

  • string $data - data for the CData section.

Return value

string CData section

Note

This function should be called statically.

create an end element (Previous) create an XML comment (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.