DOMImplementation クラス

(PHP 5, PHP 7)

はじめに

DOMImplementation インターフェイスは、 個々のドキュメントオブジェクトモデルのインスタンス独自の操作を行うためのメソッド群を提供します。

クラス概要

DOMImplementation {
/* プロパティ */
/* メソッド */
__construct ( void )
public createDocument ([ string $namespaceURI = NULL [, string $qualifiedName = NULL [, DOMDocumentType $doctype = NULL ]]] ) : DOMDocument
public createDocumentType ([ string $qualifiedName = NULL [, string $publicId = NULL [, string $systemId = NULL ]]] ) : DOMDocumentType
public hasFeature ( string $feature , string $version ) : bool
}

目次