PHP_CompatInfo_Parser::setOutputDriver

PHP_CompatInfo_Parser::setOutputDriver() – Set up driver to be used

Synopsis

require_once 'PHP/CompatInfo/Parser.php';

void PHP_CompatInfo_Parser::setOutputDriver ( string $type , array $conf = array() )

Description

Set up driver to be used, dependant on specified type.

Parameter

string $type

Name the type of driver (html, text...)

array $conf

A hash containing any additional configuration

Return value

returns void

Throws

throws no exceptions thrown

Since

since version 1.8.0b2 (2008-06-03)

Note

This function can not be called statically.

Parser Class constructor (Previous) Registers a new listener (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.