DOMDocument
PHP Manual

DOMDocument::createEntityReference

(PHP 5)

DOMDocument::createEntityReferenceCreate new entity reference node

Описание

DOMEntityReference DOMDocument::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.

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


DOMDocument
PHP Manual