DOMImplementation::hasFeatureTest if the DOM implementation implements a specific feature Description
public bool DOMImplementation::hasFeature(string
$feature , string $version )
Test if the DOM implementation implements a specific
You can find a list of all features in the » Conformance section of the DOM specification. Parameters
Return Values
Returns Changelog
ExamplesExample #1 Testing your DOM Implementation
See Also
|