update : 2015.11.03
php.shukuma.com

검색:
 
 
The DOMImplementation class

The DOMImplementation class

(PHP 5, PHP 7)

소개

The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.

클래스 개요

DOMImplementation {
/* 프로퍼티 */
/* 메소드 */
__construct ( void )
public DOMDocument createDocument ([ string $namespaceURI = NULL [, string $qualifiedName = NULL [, DOMDocumentType $doctype = NULL ]]] )
public DOMDocumentType createDocumentType ([ string $qualifiedName = NULL [, string $publicId = NULL [, string $systemId = NULL ]]] )
public bool hasFeature ( string $feature , string $version )
}

Table of Contents