Giriş
PHP Manual
PHP Manual»DOM»DOMImplementation

DOMImplementation sınıfı

(PHP 5, PHP 7, PHP 8)

İşlemleri belli bir belge nesne modeli örneğinden bağımsız olarak gerçekleştirmek için bazı yöntemler sunan bir sınıf.

class DOMImplementation {
/* Yöntemler */
public function createDocument(?string $isimalanı = null, string $önekliAd = "", ?DOMDocumentType $belgeTürü = null): DOMDocument
public function createDocumentType(string $belgeAdı, string $publicId = "", string $systemId = ""): DOMDocumentType|false
public function hasFeature(string $özellik, string $sürüm): bool
}

İçindekiler

To Top