DomAttribute->set_value

(no version information, might be only in CVS)

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

Beskrivelse

class DomAttribute {

bool set_value ( string content )

}

This function sets the value of an attribute.

Parameterliste

content

The new value.

Returneringsværdier

Returnerer TRUE ved succes, FALSE ved fejl.

Migrating to PHP 5

Set the value property of DOMAttr.

Se også

DomAttribute->value