PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMElement::removeAttributeNode> <DOMElement::hasAttributeNS
Last updated: Fri, 10 Oct 2008

view this page in

DOMElement::removeAttribute

(No version information available, might be only in CVS)

DOMElement::removeAttribute属性を削除する

説明

bool DOMElement::removeAttribute ( string $name )

name という名前の属性を要素から削除します。

パラメータ

name

属性の名前。

返り値

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

エラー / 例外

DOM_NO_MODIFICATION_ALLOWED_ERR

ノードが読み込み専用の場合に発生します。



add a note add a note User Contributed Notes
DOMElement::removeAttribute
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites