DomElement->set_attribute()
(no version information, might be only in CVS)
DomElement->set_attribute() -- Sets the value of an attributeOpis
class DomElement {DomAttribute set_attribute ( string name, string value )
}
Sets an attribute with name name to the given
value.
Parametry
nameThe name of the attribute. If this attribute doesn't exist, it will be created.
valueThe value of the attribute.
Zwracane wartości
Returns the old DomAttribute node, or the new one if you are creating the attribute for the first time.
| Poprzedni | Spis treści | Następny |
| DomElement->set_attribute_node() | Początek rozdziału |