DOMNode::isSupported
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Checks if feature is supported for specified version
Description
DOMNode::isSupported(string $feature, string $version): bool
Checks if the asked feature is supported for the specified version.
Parameters
featureThe feature to test. See the example of
DOMImplementation::hasFeaturefor a list of features.versionThe version number of the
featureto test.
Return Values
Success
See Also
DOMImplementation::hasFeature