Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
DOMElement->hasAttribute()
(no version information, might be only in CVS)
DOMElement->hasAttribute() -- Checks to see if attribute existsPopis
class DOMElement {bool hasAttribute ( string name )
}
Indicates whether attribute named name
exists as a member of the element.
Viz také
DOMElement->hasAttributeNS() |
DOMElement->getAttribute() |
DOMElement->setAttribute() |
DOMElement->removeAttribute() |
PÅ™edcházejÃcà | Domů | Dalšà |
DOMElement->getElementsByTagNameNS() | Nahoru |