DOMDocument->createEntityReference() Create new entity reference node &reftitle.description; DOMDocument DOMEntityReferencecreateEntityReference 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 occured. &reftitle.exceptions; DOM_INVALID_CHARACTER_ERR Raised if name contains an invalid character. &reftitle.seealso;