(no version information, might be only in CVS)
DOMDocument->createEntityReference() -- Create new entity reference nodeThis function creates a new instance of class DOMEntityReference. Denne node vil ikke blive vist i dokumentet med mindre den bliver indsat med fx. DOMNode->appendChild().
name
The content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters.