Searched refs:hasAttribute (Results 1 – 6 of 6) sorted by relevance
22 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";25 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
31 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
200 public function hasAttribute(string $qualifiedName) {} function in DOMElement
493 ZEND_METHOD(DOMElement, hasAttribute);709 ZEND_ME(DOMElement, hasAttribute, arginfo_class_DOMElement_hasAttribute, ZEND_ACC_PUBLIC)
954 PHP_METHOD(DOMElement, hasAttribute) in PHP_METHOD() argument
Completed in 12 milliseconds