| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
DOMImplementation->hasFeature()
(no version information, might be only in CVS)
DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific featurePopis
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.
Seznam parametrů
featureThe feature to test.
versionThe version number of the
featureto test. In level 2, this can be either 2.0 or 1.0.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| DOMImplementation->createDocumentType() | Nahoru |