Приглашаем посетить
Кулинария (cook-lib.ru)

DomElement->remove_attribute()

has_attribute()" HREF="/php/007/function.domelement-has-attribute.html">set_attribute()" HREF="/php/007/function.domelement-set-attribute.html">

DomElement->remove_attribute()

(no version information, might be only in CVS)

DomElement->remove_attribute() --  Removes attribute

Описание

class DomElement {

bool remove_attribute ( string name )

}

Removes an attribute from the current DomElement node.

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

name

The name of the attribute to remove.

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

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Migrating to PHP 5

Use DOMElement->removeAttribute().