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ů
feature
The feature to test.
version
The version number of the
feature
to test. In level 2, this can be either 2.0 or 1.0.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
DOMImplementation->createDocumentType() | Nahoru |