PHP Doku:: Checks if node has attributes - domnode.hasattributes.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMNode classDOMNode::hasAttributes

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMNode class

<<DOMNode::getLineNo

DOMNode::hasChildNodes>>

DOMNode::hasAttributes

(PHP 5)

DOMNode::hasAttributes Checks if node has attributes

Beschreibung

bool DOMNode::hasAttributes ( void )

This method checks if the node has attributes. The tested node have to be an XML_ELEMENT_NODE.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)