Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/dom/examples/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/dom/examples/note.php |
<?php $dom = new domDocument; $dom->load('note.xml'); if (!$dom->validate('note.dtd')) { print "Document note.dtd is not valid\n"; } else { print "Document note.dtd is valid\n"; } $dom = new domDocument; $dom->load('note-invalid.xml'); if (!$dom->validate('note.dtd')) { print "Document note-invalid.xml is not valid\n"; } else { print "Document note-invalid.xml is valid\n"; } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare