DOMDocument->createEntityReferenceCreate new entity reference node
&reftitle.description;
DOMDocumentDOMEntityReferencecreateEntityReferencestringname
This function returns a new instance of class
DOMEntityReference. The content of the entity
reference is the value of the passed parameter. &dom.node.inserted;
The return value is &false; if an error occurred.
See also DOMNode->appendChild(),
DOMDocument->createElement(),
DOMDocument->createAttribute() and
DOMDocument->createComment().