PHP Manual
DomElement->set_attribute()
(no version information, might be only in CVS)
DomElement->set_attribute() -- Sets the value of an attributeDescription
class DomElement {DomAttribute set_attribute ( string name, string value )
}
Sets an attribute with name name to the given
value.
Parameters
nameThe name of the attribute. If this attribute doesn't exist, it will be created.
valueThe value of the attribute.
Return Values
Returns the old DomAttribute node, or the new one if you are creating the attribute for the first time.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




