PHP Dokumentation: Function domelement-remove-attribute
12. Januar 2010 von werner
DomElement->remove_attribute
(PHP 4 >= 4.1.0)
DomElement->remove_attribute — Removes attribute
Beschreibung
bool remove_attribute ( string $name )
Removes an attribute from the current DomElement node.
Parameter-Liste
- name
The name of the attribute to remove.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.