require_once 'XML/Util.php';
string XML_Util::createComment (string $data)
string XML_Util::createComment
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.