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.

Paramètres

chaîne de caractères $type

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

array $conf

A hash containing any additional configuration

Valeur retournée

returns void

Valeurs renvoyées

throws no exceptions thrown

Depuis

since version 1.8.0b2 (2008-06-03)

Note

Cette fonction ne peut pas être appelée de façon statique.