DOMElement::setIdAttributeNS
DOMElement::setIdAttributeNS
(PHP 5, PHP 7)
DOMElement::setIdAttributeNS — Declares the attribute specified by local name and namespace URI to be of type ID
Description
public void DOMElement::setIdAttributeNS ( string $namespaceURI , string $localName , bool $isId )
Declares the attribute specified by localName
and namespaceURI
to be of type ID.
Parameters
-
namespaceURI