DOMElement->removeAttribute()
(no version information, might be only in CVS)
DOMElement->removeAttribute() -- Removes attribute
Descripción
class
DOMElement {
bool
removeAttribute ( string name )
}
Removes attribute named name from the element.
Lista de parámetros
- name
The name of the attribute.
Valores retornados
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo.
Exceptions
- DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.