php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
createDocumentType (string $qualifiedName, string $publicId, string $systemId) | |
createDocument (?string $namespace, string $qualifiedName, ?DocumentType $doctype=null) | |
createHTMLDocument (?string $title=null) | |
@strict-properties @not-serializable
Definition at line 1345 of file php_dom.stub.php.
Dom\Implementation::createDocument | ( | ?string | $namespace, |
string | $qualifiedName, | ||
?DocumentType | $doctype = null ) |
Definition at line 1349 of file php_dom.stub.php.
Dom\Implementation::createDocumentType | ( | string | $qualifiedName, |
string | $publicId, | ||
string | $systemId ) |
Definition at line 1347 of file php_dom.stub.php.
Dom\Implementation::createHTMLDocument | ( | ?string | $title = null | ) |
Definition at line 1351 of file php_dom.stub.php.