Manuál PHP Předcházející Další (no version information, might be only in CVS) DomAttribute->name -- ..."/>
Forum und email
DomAttribute->name

DomAttribute->name

(no version information, might be only in CVS)

DomAttribute->name --  Returns the name of attribute

Popis

class DomAttribute {

string name ( void )

}

Gets the name of the attribute.

Návratové hodnoty

Returns the name of the attribute.

Migrating to PHP 5

Use the name property of DOMAttr.

Viz také

DomAttribute->value for an example