php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
DOMImplementation Class Reference

Public Member Functions

 hasFeature (string $feature, string $version)
 
 createDocumentType (string $qualifiedName, string $publicId="", string $systemId="")
 
 createDocument (?string $namespace=null, string $qualifiedName="", ?DOMDocumentType $doctype=null)
 

Detailed Description

Definition at line 550 of file php_dom.stub.php.

Member Function Documentation

◆ createDocument()

DOMImplementation::createDocument ( ?string $namespace = null,
string $qualifiedName = "",
?DOMDocumentType $doctype = null )

@tentative-return-type

Definition at line 559 of file php_dom.stub.php.

◆ createDocumentType()

DOMImplementation::createDocumentType ( string $qualifiedName,
string $publicId = "",
string $systemId = "" )
Returns
DOMDocumentType|false

Definition at line 556 of file php_dom.stub.php.

◆ hasFeature()

DOMImplementation::hasFeature ( string $feature,
string $version )

@tentative-return-type

Definition at line 553 of file php_dom.stub.php.


The documentation for this class was generated from the following file: