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/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/dom/tests/DOMNode_C14N_basic.phpt |
--TEST-- DOMNode::C14N() --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- <?php $xml = <<< XML <?xml version="1.0" ?> <books> <book> <title>The Grapes of Wrath</title> <author>John Steinbeck</author> </book> <book> <title>The Pearl</title> <author>John Steinbeck</author> </book> </books> XML; $doc = new DOMDocument(); $doc->loadXML($xml); $node = $doc->getElementsByTagName('title')->item(0); var_dump($node->C14N()); ?> --EXPECTF-- string(34) "<title>The Grapes of Wrath</title>"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare