Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16443 программиста и 1657 роботов. Сейчас ищет 1661 программист ...
Translation2::setPageID
Вернуться к: Translation2
Translation2::setPageID
Translation2::setPageID() – Set default page
Synopsis
require_once 'Translation2.php';
void Translation2::setPageID ( mixed $pageID = null , string $langID )
Set the page (aka 'group of strings') that shall be used when retrieving strings. If you set it, you don't have to state it in each get() call.
Parameter
- string $pageID
-
Note
This function can not be called statically.
Вернуться к: Translation2