DOM
PHP Manual

DOMImplementation sınıfı

(PHP 5, PHP 7)

Giriş

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

Sınıf Sözdizimi

DOMImplementation {
/* Özellikler */
/* Yöntemler */
__construct ( void )
DOMDocument createDocument ([ string $uri = NULL [, string $önekliAd = NULL [, DOMDocumentType $belgeTürü = NULL ]]] )
DOMDocumentType createDocumentType ([ string $belgeAdı = NULL [, string $publicId = NULL [, string $systemId = NULL ]]] )
bool hasFeature ( string $özellik , string $sürüm )
}

İçindekiler


DOM
PHP Manual