Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17577 программистов и 1371 робот. Сейчас ищут 1456 программистов ...
Translation2::getRawPage
Вернуться к: Translation2
Translation2::getRawPage
Translation2::getRawPage() – Get the array of strings in a page
Synopsis
require_once 'Translation2.php';
array Translation2::getRawPage ( string $pageID = TRANSLATION2_DEFAULT_PAGEID , string $langID = null )
Fetch the page (aka 'group of strings') from the container, without applying any formatting and without replacing the parameters.
Parameter
- string $pageID
-
- string $langID
-
Note
This function can not be called statically.
Вернуться к: Translation2