previousConfig_Container::toString (Previous) (Next) Config_Container::writeDatasrcnext

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::updateAttributes

Config_Container::updateAttributes() – 項目の属性を更新する

Synopsis

require_once 'Config/Container.php';

void Config_Container::updateAttributes ( array $attributes )

Description

指定された属性が既に設定されている場合、それは上書きされ、 新しい内容が設定されます。パラメータで指定した配列に含まれない属性は そのまま残ります。

Parameter

array $attributes

属性の配列。

Throws

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

Note

This function can not be called statically.

previousConfig_Container::toString (Previous) (Next) Config_Container::writeDatasrcnext

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.