previousConfig_Container::toArray (Previous) (Next) Config_Container::updateAttributesnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::toString

Config_Container::toString() – 文字列表現を返す

Synopsis

require_once 'Config/Container.php';

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

Description

このメソッドは、指定した設定型の toString() メソッドをコールします。 Config_Container およびその子要素を文字列形式で返します。

Parameter

string $configType

文字列を作成するために使用する設定型。

array $options

パーサが使用する特別なオプションを指定します。

Return value

出来上がった文字列を返します。

Throws

Possible PEAR_Error values
エラーコード エラーの値 意味 対応
  "    

Note

This function can not be called statically.

previousConfig_Container::toArray (Previous) (Next) Config_Container::updateAttributesnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.