Php/docs/class.domimplementation

提供:Dev Guides
< Php
2020年12月14日 (月) 09:30時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(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

}

目次