DomElement->remove_attribute()
(No version information available, might be only in CVS)
DomElement->remove_attribute() — Removes attribute
Descrierea
DomElement
bool remove_attribute
( string $name
)
Removes an attribute from the current DomElement node.
Parametri
- name
-
The name of the attribute to remove.
Valorile întroarse
Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.