DOM XML (PHP 4) 함수 목록
PHP Manual

DomAttribute->name

(PHP 4 >= 4.1.0)

DomAttribute->name Returns the name of attribute

설명

DomAttribute
string name ( void )

Gets the name of the attribute.

반환값

Returns the name of the attribute.

Migrating to PHP 5

Use the name property of DOMAttr.

참고


DOM XML (PHP 4) 함수 목록
PHP Manual