Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16241 программист и 1779 роботов. Сейчас ищут 1815 программистов ...
HaruDoc::setCurrentEncoder - Set the current encoder for the document
Вернуться к: HaruDoc
HaruDoc::setCurrentEncoder
(PECL haru >= 0.0.1)
HaruDoc::setCurrentEncoder — Set the current encoder for the document
Описание
bool HaruDoc::setCurrentEncoder
( string
$encoding
)Defines the encoder currently used in the document.
Список параметров
-
encoding
-
The name of the encoding to use. See Builtin Encodings for the list of allowed values.
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruDoc