PHP Doku:: Checks to see if attribute exists - domelement.hasattribute.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMElement class

<<DOMElement::getElementsByTagNameNS

DOMElement::hasAttributeNS>>

DOMElement::hasAttribute

(PHP 5)

DOMElement::hasAttributeChecks to see if attribute exists

Beschreibung

bool DOMElement::hasAttribute ( string $name )

Indicates whether attribute named name exists as a member of the element.

Parameter-Liste

name

The attribute name.

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