PHP ʖ²ἯTH
º/A
DomDocument- add_root [deprecated]
Description
¾¯¸漯B
Adds a root element node to a dom document and returns the new node. The element name is given in the passed parameter.
=ד 1. Creating a simple HTML document header
?php $doc = domxml_new_doc("1.0"); $root = $doc- add_root("HTML"); $head = $root- new_child("HEAD", ""); $head- new_child("TITLE", "Hier der Titel"); echo htmlentities($doc- dump_mem());?
º/A
ưµ㼯A
DomAttribute- value
ɏһ¼¶
DomDocument- create_attribute