DOMElement::setIdAttributeNS

DOMElement::setIdAttributeNS

(PHP 5, PHP 7)

DOMElement::setIdAttributeNSDeclares 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

登录查看完整内容