DOMDocument
PHP Manual

DOMDocument::createAttribute

(PHP 5)

DOMDocument::createAttributeCreate new attribute

Описание

DOMAttr DOMDocument::createAttribute ( string $name )

This function creates a new instance of class DOMAttr. Этот узел не будет отображаться в документе до тех пор, пока он не будет вставлен, например, функцией DOMNode->appendChild().

Список параметров

name

The name of the attribute.

Возвращаемые значения

The new DOMAttr or FALSE if an error occured.

Ошибки

DOM_INVALID_CHARACTER_ERR

Raised if name contains an invalid character.

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


DOMDocument
PHP Manual