PHP » GoLang |
login |
register |
about
|
GoLang DOMImplementation::hasFeature
request it (323)
GoLang replacement for PHP's DOMImplementation::hasFeature
[edit | history]
PHP DOMImplementation::hasFeaturePHP original manual for DOMImplementation::hasFeature [ show | php.net ]DOMImplementation::hasFeature(PHP 5, PHP 7) DOMImplementation::hasFeature — Test 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 |
more
Recently updated
more
Most requested
more
Last requests
|