Manual PHP - Dokumentacja PHP - Zapraszamy!

DOMElement->hasAttributeNS()

(no version information, might be only in CVS)

DOMElement->hasAttributeNS() --  Checks to see if attribute exists

Opis

class DOMElement {

bool hasAttributeNS ( string namespaceURI, string localName )

}

Indicates whether attribute in namespace namespaceURI named localName exists as a member of the element.

Parametry

namespaceURI

The namespace URI.

localName

The local name.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku poraĹĽki.

Patrz takĹĽe

DOMElement->hasAttribute()
DOMElement->getAttributeNS()
DOMElement->setAttributeNS()
DOMElement->removeAttributeNS()

LP:
Fatal error: Call to undefined function: show_links() in /home/httpd/vhosts/php.rek.waw.pl/httpdocs/index.php on line 69