|
PHP5中文手册
DOMImplementation->hasFeature()(No version information available, might be only in CVS) DOMImplementation->hasFeature() — Test if the DOM implementation implements a specific feature 说明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. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例Example#1 Testing your DOM Implementation
<?php |