XSLTProcessor::getParameter

(PHP 5, PHP 7) Get value of a parameter string XSLTProcessor::getParameter ( string $namespaceURI, string $localName ) Gets a parameter if previously set by XSLTProcessor::setParameter(). Parameters: namespaceURI The namespace URI of the XSLT parameter. localName The local name of the XSLT parameter. Returns: T

XSLTProcessor::hasExsltSupport

(PHP 5 >= 5.0.4, PHP 7) Determine if PHP has EXSLT support bool XSLTProcessor::hasExsltSupport ( void ) This method determines if PHP was built with the » EXSLT library. Returns: Returns TRUE on success or FALSE on failure. Examples: Testing EXSLT support <?php $proc = new XSLTProcessor; if (!$proc->hasExsltSupp

XMLWriter::writeElementNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full namespaced element tag bool XMLWriter::writeElementNS ( string $prefix, string $name, string $uri [, string $content ] ) Object oriented style Procedural style bool xmlwriter_write_element_ns ( resource $xmlwriter , string $prefix , string $name , string $uri [, string $content ] ) Writes a full namespaced element tag. Parameters:

XMLWriter::writePI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Writes a PI bool XMLWriter::writePI ( string $target, string $content ) Object oriented style Procedural style bool xmlwriter_write_pi ( resource $xmlwriter , string $target , string $content ) Writes a processing instruction. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modifi

XMLWriter::writeDTDEntity

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD Entity tag bool XMLWriter::writeDTDEntity ( string $name, string $content, bool $pe, string $pubid, string $sysid, string $ndataid ) Object oriented style Procedural style bool xmlwriter_write_dtd_entity ( resource $xmlwriter , string $name , string $content , bool $pe , string $pubid , string $sysid , string $ndataid ) Writes a full DTD entity.

XMLWriter::writeDTD

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD tag bool XMLWriter::writeDTD ( string $name [, string $publicId [, string $systemId [, string $subset ]]] ) Object oriented style Procedural style bool xmlwriter_write_dtd ( resource $xmlwriter , string $name [, string $publicId [, string $systemId [, string $subset ]]] ) Writes a full DTD. Parameters: xmlwriter

XMLWriter::writeElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full element tag bool XMLWriter::writeElement ( string $name [, string $content ] ) Object oriented style Procedural style bool xmlwriter_write_element ( resource $xmlwriter , string $name [, string $content ] ) Writes a full element tag. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource th

XMLWriter::writeRaw

(PHP 5 >= 5.2.0, PHP 7, PECL xmlwriter >= 2.0.4) Write a raw XML text bool XMLWriter::writeRaw ( string $content ) Object oriented style Procedural style bool xmlwriter_write_raw ( resource $xmlwriter , string $content ) Writes a raw xml text. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a c

XMLWriter::writeAttribute

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full attribute bool XMLWriter::writeAttribute ( string $name, string $value ) Object oriented style Procedural style bool xmlwriter_write_attribute ( resource $xmlwriter , string $name , string $value ) Writes a full attribute. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being

XMLWriter::writeDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD AttList tag bool XMLWriter::writeDTDAttlist ( string $name, string $content ) Object oriented style Procedural style bool xmlwriter_write_dtd_attlist ( resource $xmlwriter , string $name , string $content ) Writes a DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resou