Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
DOMDocument->createEntityReference()
(no version information, might be only in CVS)
DOMDocument->createEntityReference() -- Create new entity reference nodePopis
class DOMDocument {DOMEntityReference createEntityReference ( string name )
}
This function creates a new instance of class DOMEntityReference. Tento uzel se v dokumentu neobjevÃ, nebyl-li pÅ™idán napÅ™. funkcà DOMNode->appendChild().
Seznam parametrů
name
The content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters.
Viz také
PÅ™edcházejÃcà | Domů | Dalšà |
DOMDocument->createElementNS() | Nahoru |