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'));
61 …PHP_ME(domimplementation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND…71 PHP_METHOD(domimplementation, hasFeature) in PHP_METHOD() argument
98 PHP_METHOD(domimplementation, hasFeature);
Completed in 12 milliseconds