The removeAttribute()
method removes the specified attribute from the element.
Description
public ElementNode::removeAttribute(string $name): static
Parameters
name
The name of the attribute to remove.
Return Value
Returns the current instance (static
), allowing for method chaining.
Exceptions
None