XML_Util::createEndElement | XML_Util::createComment |
XML_Util | |
PEAR Manual | |
require_once 'XML/Util.php'; |
string XML_Util::createCDataSection (
string $data
)
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.
string $data - data for the CData section.
string CData section
This function should be called statically.
XML_Util::createEndElement | XML_Util::createComment |
XML_Util | |
PEAR Manual | |