PHP Manual
DOMImplementation->hasFeature()
(no version information, might be only in CVS)
DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific featureDescription
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.
Parameters
featureThe feature to test.
versionThe version number of the
featureto test. In level 2, this can be either 2.0 or 1.0.
Examples
RSS Feed
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.






