domimplementation(3) php man page | unix.com

Man Page: domimplementation

Operating Environment: php

Section: 3

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
domcomment(3) - php
domdocument(3) - php
domdocumentfragment(3) - php
domdocumenttype(3) - php
splfileinfo(3) - php
Similar Topics in the Unix Linux Community
Build issues on HP-UX