Searched refs:namedItem (Results 1 – 5 of 5) sorted by relevance
2 HTMLCollection::namedItem() and dimension handling for named accesses28 var_dump($obj->namedItem($name)?->textContent);
2 HTMLCollection::namedItem() and dimension handling for named accesses
92 PHP_METHOD(Dom_HTMLCollection, namedItem) in PHP_METHOD() argument
1547 public function namedItem(string $key): ?Element {} function in Dom\\HTMLCollection
1275 ZEND_METHOD(Dom_HTMLCollection, namedItem);1631 ZEND_ME(Dom_HTMLCollection, namedItem, arginfo_class_Dom_HTMLCollection_namedItem, ZEND_ACC_PUBLIC)
Completed in 41 milliseconds