| PHP Ръководство | ||
|---|---|---|
| Предишна страница | Следваща страница | |
(no version information, might be only in CVS)
DOMDocument->createElement() -- Create new element nodeThis function creates a new instance of class DOMElement. Този възел няма да се показва в документа докато не бъде вмъкнат с DOMNode->appendChild().
nameThe tag name of the element.
valueThe value of the element. By default, an empty element will be created. You can also set the value later with DOMElement->nodeValue.
| Предишна страница | Начало | Следваща страница |
| DOMDocument->createDocumentFragment() | Начало на раздела | DOMDocument->createElementNS() |