DOMElement->hasAttribute()
DOMElement->hasAttribute() -- Checks to see if attribute exists
Leírás
class
DOMElement {
bool
hasAttribute ( string name )
}
Indicates whether attribute named name
exists as a member of the element.
Visszatérési értékek
Siker esetén TRUE értékkel tér vissza,
ellenkező esetben FALSE értéket ad.