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'));
591 public function hasAttributeNS(?string $namespace, string $localName): bool {} function in DOMElement
552 ZEND_METHOD(DOMElement, hasAttributeNS);772 ZEND_ME(DOMElement, hasAttributeNS, arginfo_class_DOMElement_hasAttributeNS, ZEND_ACC_PUBLIC)
1029 PHP_METHOD(DOMElement, hasAttributeNS) in PHP_METHOD() argument
Completed in 15 milliseconds