| PHP Ръководство | ||
|---|---|---|
| Предишна страница | Следваща страница | |
(no version information, might be only in CVS)
DOMDocument->createEntityReference() -- Create new entity reference nodeThis function creates a new instance of class DOMEntityReference. Този възел няма да се показва в документа докато не бъде вмъкнат с DOMNode->appendChild().
nameThe content of the entity reference, e.g. the entity reference minus the leading & and the trailing ; characters.
| Предишна страница | Начало | Следваща страница |
| DOMDocument->createElementNS() | Начало на раздела | DOMDocument->createProcessingInstruction() |