|
DOMElement::setIdAttributeNSDeclares the attribute specified by local name and namespace URI to be of type ID Description
public void DOMElement::setIdAttributeNS(string
$namespace, string $qualifiedName, bool $isId)
Declares the attribute specified by Parameters
Return ValuesNo value is returned. Errors/ExceptionsMay throw a DOMException with the following error codes:
See Also
|