![]() | DomElement->set_attribute(no version information, might be only in CVS) DomElement->set_attribute -- Sets the value of an attribute说明domattribute DomElement->set_attribute ( string name, string value )Sets an attribute with name name to the given value. If the attribute does not exist, it will be created.
See also domelement_get_attribute(). | ![]() | |