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 Errors/ExceptionsThis method may be called statically, but will issue an ExamplesExample #1 Testing your DOM Implementation
<?php See Also
|