Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
DOMDocument->createEntityReference() -- Create new entity reference nodeThis function creates a new instance of class DOMEntityReference. Tento uzel se v dokumentu neobjeví, nebyl-li přidán např. funkcí DOMNode->appendChild().
name
The content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters.
Předcházející | Domů | Další |
DOMDocument->createElementNS() | Nahoru | DOMDocument->createProcessingInstruction() |