JavaScript Editor Javascript debugger     Website design 


DomAttribute->set_value

Sets the value of an attribute ()

DomAttribute {
  bool set_value(string content);
}

This function sets the value of an attribute.

Parameters

content

The new value.

Return Values

Returns TRUE on success or FALSE on failure.

Migrating to PHP 5

Set the value property of DOMAttr.