Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17614 программистов и 1371 робот. Сейчас ищут 1508 программистов ...
Translation2::getStringID
Вернуться к: Translation2
Translation2::getStringID
Translation2::getStringID() – Get the stringID for a given string
Synopsis
require_once 'Translation2.php';
string Translation2::getStringID ( string $string , mixed $pageID = TRANSLATION2_DEFAULT_PAGEID )
Get the stringID of the string passed as parameter
Parameter
- string $string
-
This is NOT the stringID, this is a real string. The method will return its matching stringID.
- mixed $pageID
-
Note
This function can not be called statically.
Вернуться к: Translation2