Translation2_Admin::remove (Previous) (Next) Translation2_Admin::removePage

View this page in Last updated: Sun, 03 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Translation2_Admin::update()

Translation2_Admin::update() -- 既存の翻訳を更新する

説明

言語の詳細を更新します。

パラメータ

string $stringID

翻訳する文字列の ID。

string $pageID

その翻訳が属するページ (あるいはグループ) の ID。

array $stringArray

翻訳する文字列の連想配列。

array(
    'en' => 'sample',
    'it' => 'esempio',
);

返り値

成功した場合に true、失敗した場合に PEAR_Error を返します。

注意

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

Translation2_Admin::remove (Previous) (Next) Translation2_Admin::removePage

Download Documentation Last updated: Sun, 03 Aug 2008
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.