Searched refs:hasAttributeNS (Results 1 – 5 of 5) sorted by relevance
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
23 var_dump($foo->hasAttributeNS('http://www.example.com/ns/foo', 'attra'));
203 public function hasAttributeNS(?string $namespace, string $localName) {} function in DOMElement
494 ZEND_METHOD(DOMElement, hasAttributeNS);710 ZEND_ME(DOMElement, hasAttributeNS, arginfo_class_DOMElement_hasAttributeNS, ZEND_ACC_PUBLIC)
982 PHP_METHOD(DOMElement, hasAttributeNS) in PHP_METHOD() argument
Completed in 17 milliseconds