php man page for domimplementation

Query: domimplementation

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DOMIMPLEMENTATION(3)							 1						      DOMIMPLEMENTATION(3)

The DOMImplementation class

INTRODUCTION
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
CLASS SYNOPSIS
DOMImplementation DOMImplementation Properties Methods o DOMImplementation::__construct (void ) o public DOMDocument DOMImplementation::createDocument NULL NULL NULL ([string $namespaceURI], [string $qualifiedName], [DOMDocumentType $doctype]) o public DOMDocumentType DOMImplementation::createDocumentType NULL NULL NULL ([string $qualifiedName], [string $publicId], [string $systemId]) o public bool DOMImplementation::hasFeature (string $feature, string $version) PHP Documentation Group DOMIMPLEMENTATION(3)
Related Man Pages
domdocumentfragment(3) - php
domelement(3) - php
domnotation(3) - php
domprocessinginstruction(3) - php
splfileinfo(3) - php
Similar Topics in the Unix Linux Community
Build issues on HP-UX