DOMElement->removeAttribute()

(no version information, might be only in CVS)

DOMElement->removeAttribute() -- Removes attribute

說明

class DOMElement {

bool removeAttribute ( string name )

}

Removes attribute named name from the element.

參數

name

The name of the attribute.

返回值

若果成功則返回 TRUE,失敗則返回 FALSE

異常

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.