(no version information, might be only in CVS)
DOMElement->hasAttributeNS() -- Checks to see if attribute existsIndicates whether attribute in namespace namespaceURI named localName exists as a member of the element.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
| DOMElement->hasAttribute() |
| DOMElement->getAttributeNS() |
| DOMElement->setAttributeNS() |
| DOMElement->removeAttributeNS() |
| Пред. | Начало | След. |
| DOMElement->hasAttribute() | Уровень выше | DOMElement->removeAttribute() |