previousTranslation2::getPage (Previous) (Next) Translation2::getRawPagenext

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

Translation2::getRaw

Translation2::getRaw() – 翻訳された文字列を (そのままの形式で) 取得する

Synopsis

require_once 'Translation2.php';

string Translation2::getRaw ( string $stringID , string $pageID = TRANSLATION2_DEFAULT_PAGEID , string $langID = = null , string $defaultText = '' )

Description

コンテナから文字列を取得します。文字列が空の場合は $defaultText を返します。

Parameter

string $stringID

string $pageID

string $langID

string $defaultText

文字列が空の場合に代わりに表示するテキスト。

Note

This function can not be called statically.

previousTranslation2::getPage (Previous) (Next) Translation2::getRawPagenext

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.