Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<DOM XMLDomAttribute->set_value>
Last updated: Tue, 19 Sep 2006

DomAttribute->name

(no version information, might be only in CVS)

DomAttribute->name --  Returns the name of attribute

Description

class DomAttribute {

string name ( void )

}

Gets the name of the attribute.

Return Values

Returns the name of the attribute.

Migrating to PHP 5

Use the name property of DOMAttr.

See Also

DomAttribute->value for an example




<DOM XMLDomAttribute->set_value>
Last updated: Tue, 19 Sep 2006