Config_Container::toString()

Config_Container::toString() -- Return string representation

概要

require_once 'Config/Container.php';

string Config_Container::toString (string $configType [, array $options = array()])

説明

This method will call the toString() method in the choosen config type. It will return a string representation of the Config_Container and its children.

パラメータ

string $configType

Type of configuration used to generate the string

array $options

Specify special options used by the parser

返り値

string - the generated string

例外・エラー

表 31-1PEAR_Error の値

Error codeError valueMeaningSolution
 ""  

注意

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