Web aym.pekori.to

DomElement->remove_attribute()

(no version information, might be only in CVS)

DomElement->remove_attribute() --  属性を削除する

説明

class DomElement {

bool remove_attribute ( string name )

}

現在の DomElement ノードから属性を削除します。

パラメータ

name

削除する属性名

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

PHP 5 への移行

DOMElement->removeAttribute() を使用してください。