XML_Util::createCDataSection | XML_Util::getDocTypeDeclaration |
XML_Util | |
PEAR Manual | |
require_once 'XML/Util.php'; |
string XML_Util::createComment (
string $data
)
Creates an XML comment, by embedding the supplied data in <!-- and -->.
string $data - data for the comment.
string comment
This function should be called statically.
XML_Util::createCDataSection | XML_Util::getDocTypeDeclaration |
XML_Util | |
PEAR Manual | |