The DOMImplementation class

The DOMImplementation class

(PHP 5, PHP 7, PHP 8)

簡介

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

類摘要

class DOMImplementation {
/* 方法 */
public createDocument(?string $namespace = null, string $qualifiedName = "", ?DOMDocumentType $doctype = null): DOMDocument|false
public createDocumentType(string $qualifiedName, string $publicId = "", string $systemId = ""): DOMDocumentType|false
public hasFeature(string $feature, string $version): bool
}

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *