DOMImplementation::hasFeatureTest if the DOM implementation implements a specific feature Beschreibung
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. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Fehler/ExceptionsDiese Methode kann statisch aufgerufen werden, dies wird aber einen BeispieleBeispiel #1 Testing your DOM Implementation
<?phpSiehe auch
|