|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| hasFeature (string $feature, string $version) | |
| createDocumentType (string $qualifiedName, string $publicId="", string $systemId="") | |
| createDocument (?string $namespace=null, string $qualifiedName="", ?DOMDocumentType $doctype=null) | |
Definition at line 550 of file php_dom.stub.php.
| DOMImplementation::createDocument | ( | ?string | $namespace = null, |
| string | $qualifiedName = "", | ||
| ?DOMDocumentType | $doctype = null ) |
@tentative-return-type
Definition at line 559 of file php_dom.stub.php.
| DOMImplementation::createDocumentType | ( | string | $qualifiedName, |
| string | $publicId = "", | ||
| string | $systemId = "" ) |
Definition at line 556 of file php_dom.stub.php.
| DOMImplementation::hasFeature | ( | string | $feature, |
| string | $version ) |
@tentative-return-type
Definition at line 553 of file php_dom.stub.php.