PHP » GoLang |
login |
register |
about
|
GoLang DOMImplementation::createDocument
request it (357)
GoLang replacement for PHP's DOMImplementation::createDocument
[edit | history]
PHP DOMImplementation::createDocumentPHP original manual for DOMImplementation::createDocument [ show | php.net ]DOMImplementation::createDocument(PHP 5, PHP 7) DOMImplementation::createDocument — Creates a DOMDocument object of the specified type with its document element Description
public DOMDocument DOMImplementation::createDocument
([ string
$namespaceURI = NULL
[, string $qualifiedName = NULL
[, DOMDocumentType $doctype = NULL
]]] )Creates a DOMDocument object of the specified type with its document element. Parameters
Return Values
A new DOMDocument object. If
Errors/Exceptions
This method may be called statically, but will issue an See Also
|
more
Recently updated
more
Most requested
more
Last requests
|