XML_Util::createComment()

XML_Util::createComment() -- create an XML comment

Referentiesamenvatting

require_once 'XML/Util.php';

string XML_Util::createComment (string $data)

Beschrijving

Creates an XML comment, by embedding the supplied data in <!-- and -->.

Parameter

Return waarde

string comment

Note

Deze functie zou statisch moeten worden aangeroepen.