Config_Container::writeDatasrc()

Config_Container::writeDatasrc() -- Write item to file

概要

require_once 'Config/Container.php';

boolean Config_Container::writeDatasrc (mixed $datasrc, string $configType [, array $options = array()])

説明

By default, this method will write a new string generated with the toString() method to a file. If a writeDatasrc() method exists in the chosen config type, this method will be called instead. This allows for more flexibility and makes it possible to add your own save handlers.

パラメータ

mixed $datasrc

Info on datasource such as path to the configuraton file or dsn...

string $configType

Type of configuration

array $options

Options for writer

返り値

boolean - TRUE on success

例外・エラー

表 31-1PEAR_Error の値

Error codeError valueMeaningSolution
 ""  

注意

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