Приглашаем посетить
Державин (derzhavin.lit-info.ru)

DomAttribute->set_value

name" HREF="/php/007/function.domattribute-name.html">specified" HREF="/php/007/function.domattribute-specified.html">

DomAttribute->set_value

(no version information, might be only in CVS)

DomAttribute->set_value --  Sets the value of an attribute

Описание

class DomAttribute {

bool set_value ( string content )

}

This function sets the value of an attribute.

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

content

The new value.

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

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

Migrating to PHP 5

Set the value property of DOMAttr.

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

DomAttribute->value