PHP_CompatInfo_Parser::setOutputDriver()

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

概要

require_once 'PHP/CompatInfo/Parser.php';

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

説明

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

パラメータ

string $type

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

array $conf

A hash containing any additional configuration

返り値

returns void

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.8.0b2 (2008-06-03)

注意

この関数は、スタティックにコールする ことはできません。