previousTranslation2_Admin::remove (Previous) (Next) Translation2_Admin::removePagenext

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

Translation2_Admin::update

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

Synopsis

require_once 'Admin.php';

mixed Translation2_Admin::update ( string $stringID , string $pageID , array $stringArray )

Description

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

Parameter

string $stringID

翻訳する文字列の ID。

string $pageID

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

array $stringArray

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


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

Return value

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

Note

This function can not be called statically.

previousTranslation2_Admin::remove (Previous) (Next) Translation2_Admin::removePagenext

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.