Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

DOMElement->removeAttribute()とは? わかりやすく解説

Weblio 辞書 > コンピュータ > PHP関数リファレンス > DOMElement->removeAttribute()の意味・解説 

DOMElement->removeAttribute()

(No version information available, might be only in CVS)
DOMElement->removeAttribute() — 属性を削除する

説明

class DOMElement {
bool removeAttribute ( string name )
} name という名前の属性を要素から削除します。

パラメータ

name
属性の名前。

返り値

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

エラー / 例外

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

参考

DOMElement->hasAttribute()
DOMElement->getAttribute()
DOMElement->setAttribute()


DomElement->remove_attribute()

(No version information available, might be only in CVS)
DomElement->remove_attribute() — 属性を削除する

説明

class DomElement {
bool remove_attribute ( string name )
} 現在の DomElement ノードから属性を削除します。

パラメータ

name
削除する属性名

返り値

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

PHP 5 への移行

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



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DOMElement->removeAttribute()」の関連用語

DOMElement->removeAttribute()のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DOMElement->removeAttribute()のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
PHP Documentation GroupPHP Documentation Group
Copyright © 1997 - 2024 by the PHP Documentation Group.

©2024 GRAS Group, Inc.RSS