update : 2015.11.03
php.shukuma.com검색:
|
The DOMImplementation class(PHP 5, PHP 7) 소개The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. 클래스 개요
DOMImplementation
{
/* 프로퍼티 */
/* 메소드 */
__construct
( void
)
public DOMDocument createDocument
([ string
$namespaceURI = NULL
[, string $qualifiedName = NULL
[, DOMDocumentType $doctype = NULL
]]] )
public DOMDocumentType createDocumentType
([ string
}$qualifiedName = NULL
[, string $publicId = NULL
[, string $systemId = NULL
]]] )Table of Contents
|