update : 2015.11.03
php.shukuma.com검색:
|
DOMImplementation::hasFeature(PHP 5, PHP 7) DOMImplementation::hasFeature — Test if the DOM implementation implements a specific feature 설명
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. 인수
반환값
성공 시 오류/예외이 메소드는 정적으로 호출할 수있지만, 예제Example #1 Testing your DOM Implementation
<?php |