PEAR_Config::store

PEAR_Config::store() – 設定データをレイヤーに保存する

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::store ( string $layer = 'user' )

Description

設定データをレイヤーに保存します。

Parameter

string $layer

保存先の設定レイヤー。

Return value

Returns TRUE on success, PEAR_Error on failure.

Throws

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

Note

This function can not be called statically.