DOMDocument::createEntityReference Create new entity reference node &reftitle.description; public DOMEntityReferenceDOMDocument::createEntityReference stringname This function creates a new instance of class DOMEntityReference. &dom.node.inserted; &reftitle.parameters; name The content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters. &reftitle.returnvalues; The new DOMEntityReference or &false; if an error occurred. &reftitle.errors; DOM_INVALID_CHARACTER_ERR Raised if name contains an invalid character. &reftitle.seealso; DOMNode::appendChild DOMDocument::createAttribute DOMDocument::createAttributeNS DOMDocument::createCDATASection DOMDocument::createComment DOMDocument::createDocumentFragment DOMDocument::createElement DOMDocument::createElementNS DOMDocument::createProcessingInstruction DOMDocument::createTextNode