Translation2::getStringID()
Translation2::getStringID() -- Get the stringID for a given string
概要
require_once 'Translation2.php'; |
string Translation2::getStringID (string $string [, mixed $pageID = TRANSLATION2_DEFAULT_PAGEID])
説明
Get the stringID of the string passed as parameter
パラメータ
- string
$string
This is NOT the stringID, this is a real string.
The method will return its matching stringID.
- mixed
$pageID
注意
この関数は、スタティックにコールする
ことはできません。