DomAttribute->set_value

(no version information, might be only in CVS)

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

Descrizione

class DomAttribute {

bool set_value ( string content )

}

This function sets the value of an attribute.

Elenco dei parametri

content

The new value.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Migrating to PHP 5

Set the value property of DOMAttr.

Vedere anche:

DomAttribute->value