ElementNode::removeAttribute

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

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!