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

Public Member Functions

 createDocumentType (string $qualifiedName, string $publicId, string $systemId)
 
 createDocument (?string $namespace, string $qualifiedName, ?DocumentType $doctype=null)
 
 createHTMLDocument (?string $title=null)
 

Detailed Description

@strict-properties @not-serializable

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

Member Function Documentation

◆ createDocument()

Dom\Implementation::createDocument ( ?string $namespace,
string $qualifiedName,
?DocumentType $doctype = null )

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

◆ createDocumentType()

Dom\Implementation::createDocumentType ( string $qualifiedName,
string $publicId,
string $systemId )

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

◆ createHTMLDocument()

Dom\Implementation::createHTMLDocument ( ?string $title = null)

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


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