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

search for in the

 
Last updated: Fri, 29 Aug 2008

view this page in

DOMElement::setIdAttribute

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

DOMElement::setIdAttributeID 型の属性を名前で宣言する

説明

void DOMElement::setIdAttribute ( string $name , bool $isId )

ID 型となる属性を name で宣言します。

パラメータ

name

属性の名前。

isId

name を ID 型にしたい場合に TRUE、 それ以外の場合に FALSE を設定します。

返り値

値を返しません。

エラー / 例外

DOM_NO_MODIFICATION_ALLOWED_ERR

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

DOM_NOT_FOUND

name がこの要素の属性でない場合に発生します。



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

 
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites