Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16417 программистов и 1653 робота. Сейчас ищут 1688 программистов ...
Translation2::setCharset
Вернуться к: Translation2
Translation2::setCharset
Translation2::setCharset() – Set the charset used to get/store the translations
Synopsis
require_once 'Translation2.php';
mixed Translation2::setCharset ( string $charset )
Set the charset that shall be used when retrieving strings. Currently only used by the MDB2 container.
Parameter
- string $charset charset name to pass to the container (for instance, 'utf8')
-
Note
This function can not be called statically.
Вернуться к: Translation2