Searched refs:hasFeature (Results 1 – 3 of 3) sorted by relevance
2 DOMImplementation::hasFeature()10 var_dump($imp->hasFeature('Core', '1.0'));11 var_dump($imp->hasFeature('XML', '2.0'));
59 …PHP_ME(domimplementation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND…69 PHP_METHOD(domimplementation, hasFeature) in PHP_METHOD() argument
97 PHP_METHOD(domimplementation, hasFeature);
Completed in 18 milliseconds