DOMElement::setIdAttribute
(PHP 5, PHP 7, PHP 8)
DOMElement::setIdAttribute — Declares the attribute specified by name to be of type ID
Description
Declares the attribute qualifiedName to be of type ID.
Parameters
Return Values
No value is returned.
Errors/Exceptions
May throw a DOMException with the following error codes:
DOM_NO_MODIFICATION_ALLOWED_ERRRaised if the node is readonly.
DOM_NOT_FOUND_ERRRaised if
qualifiedNameis not an attribute of this element.
See Also
- DOMDocument::getElementById() - Searches for an element with a certain id
- DOMElement::setIdAttributeNode() - Declares the attribute specified by node to be of type ID
- DOMElement::setIdAttributeNS() - Declares the attribute specified by local name and namespace URI to be of type ID
↑ and ↓ to navigate • Enter to select • Esc to close • / to open