XML_Util::createCDataSection

XML_Util::createCDataSection()

XML_Util::createCDataSection() -- create a CData section

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.