PHP Manual
DOMElement->setAttributeNS()
Description
class DOMElement {void setAttributeNS ( string namespaceURI, string qualifiedName, string value )
}
Sets an attribute with namespace namespaceURI and
name name to the given value. If the attribute
does not exist, it will be created.
Parameters
namespaceURIThe namespace URI.
qualifiedNameThe qualified name of the attribute, as prefix:tagname.
valueThe value of the attribute.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




