PHP. Руководство по PHP. 2005
DOMImplementation->hasFeature()
HREF="function.dom-domimplementation-createdocumenttype.html"> HREF="function.dom-domnamednodemap-getnameditem.html"> Пред.
DOMImplementation->hasFeature()
(no version information, might be only in CVS)DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific feature
Описание
class DOMImplementation {bool hasFeature (string feature, string version)
}
Test if the DOM implementation implements a specific feature.
You can find a list of all features in the Conformance section of the DOM specification.