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";
29 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
588 public function hasAttribute(string $qualifiedName): bool {} function in DOMElement
551 ZEND_METHOD(DOMElement, hasAttribute);771 ZEND_ME(DOMElement, hasAttribute, arginfo_class_DOMElement_hasAttribute, ZEND_ACC_PUBLIC)
1001 PHP_METHOD(DOMElement, hasAttribute) in PHP_METHOD() argument
Completed in 29 milliseconds