DomAttribute->set_value

(no version information, might be only in CVS)

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

Descrição

class DomAttribute {

bool set_value ( string content )

}

This function sets the value of an attribute.

Parâmetros

content

The new value.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Migrating to PHP 5

Set the value property of DOMAttr.

Veja também

DomAttribute->value