Php/docs/class.domimplementation

提供:Dev Guides
< Php
移動先:案内検索

(PHP 5, PHP 7)

はじめに

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


クラス概要


DOMImplementation {

/* プロパティ */

/* メソッド */

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

}

目次