| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
This function creates a new element node with an associated namespace. Tento uzel se v dokumentu neobjeví, nebyl-li přidán např. funkcí DOMNode->appendChild().
The URI of the namespace.
The qualified name of the element, as prefix:tagname.
The value of the element. By default, an empty element will be created. You can also set the value later with DOMElement->nodeValue.
Raised if qualifiedName contains an invalid character.
Raised if qualifiedName is a maformed qualified name.
| DOMNode->appendChild() |
| DOMDocument->createAttribute() |
| DOMDocument->createAttributeNS() |
| DOMDocument->createCDATASection() |
| DOMDocument->createComment() |
| DOMDocument->createDocumentFragment() |
| DOMDocument->createElement() |
| DOMDocument->createEntityReference() |
| DOMDocument->createProcessingInstruction() |
| DOMDocument->createTextNode() |
| Předcházející | Domů | Další |
| DOMDocument->createElement() | Nahoru | DOMDocument->createEntityReference() |