update : 2015.11.03
php.shukuma.com검색:
|
DOMImplementation::createDocument(PHP 5, PHP 7) DOMImplementation::createDocument — Creates a DOMDocument object of the specified type with its document element 설명
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. 인수
반환값
A new DOMDocument object. If
오류/예외
이 메소드는 정적으로 호출할 수있지만, 참고
|