DOMDocument->createEntityReference()
HREF="function.dom-domdocument-createelementns.html"> HREF="function.dom-domdocument-createprocessinginstruction.html">
След.
(no version information, might be only in CVS)DOMDocument->createEntityReference() -- Create new entity reference node
DOMEntityReference createEntityReference ( string name )
}
- This function creates a new instance of class DOMEntityReference. Этот узел не будет отображаться в документе до тех пор,
пока он не будет вставлен, к пример функцией
DOMNode->appendChild().
-
name - The content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters.
- The content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters.
- The new DOMEntityReference or FALSE if an error occured.
DOM_INVALID_CHARACTER_ERR - Raised if name contains an invalid character.
- Raised if name contains an invalid character.
Пред.
Начало
DOMDocument->createElementNS()
Уровень выше
DOMDocument->createProcessingInstruction() 22222