DomAttribute->name

(no version information, might be only in CVS)

DomAttribute->name --  属性の名前を返す

説明

class DomAttribute {

string name ( void )

}

属性名を取得します。

返り値

属性名を返します。

PHP 5 への移行

DOMAttrname プロパティを使用してください。

参考

使用例は DomAttribute->value を参照ください。