PHP. Учебник. 2005

DOMDocument->createEntityReference()

HREF="function.dom-domdocument-createelementns.html"> HREF="function.dom-domdocument-createprocessinginstruction.html"> Пред.

След.

DOMDocument->createEntityReference()

(no version information, might be only in CVS)DOMDocument->createEntityReference() -- Create new entity reference node

Описание

class DOMDocument {


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 new DOMEntityReference or FALSE if an error occured.

Исключения

-

DOM_INVALID_CHARACTER_ERR

- Raised if name contains an invalid character.

Смотрите также

-

DOMNode->appendChild()
DOMDocument->createAttribute()
DOMDocument->createAttributeNS()
DOMDocument->createCDATASection()
DOMDocument->createComment()
DOMDocument->createDocumentFragment()
DOMDocument->createElement()
DOMDocument->createElementNS()
DOMDocument->createProcessingInstruction()
DOMDocument->createTextNode()

Пред.

Начало

След.

DOMDocument->createElementNS()

Уровень выше

DOMDocument->createProcessingInstruction() 22222

Free Web Hosting