PHP Doku:: Returns attribute node - domelement.getattributenode.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMElement classDOMElement::getAttributeNode

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMElement class

<<DOMElement::getAttribute

DOMElement::getAttributeNodeNS>>

DOMElement::getAttributeNode

(PHP 5)

DOMElement::getAttributeNodeReturns attribute node

Beschreibung

DOMAttr DOMElement::getAttributeNode ( string $name )

Returns the attribute node with name name for the current element.

Parameter-Liste

name

The name of the attribute.

Rückgabewerte

The attribute node.

Siehe auch


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Alex
18.02.2009 17:33
Just trying to add some clarification: this function will return boolean "false" when there is not a $name attribute :)

Cheers, Alex



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)