UConverter::setDestinationEncoding
(PHP 5.5.0, PECL >= 3.0.0a1)
UConverter::setDestinationEncoding — Set the destination encoding
Description
public void UConverter::setDestinationEncoding
( string
$encoding
)
Warning
This function is currently not documented; only its argument list is available.
Parameters
-
encoding
-
Return Values
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Поддержка языков и кодировок
- Internationalization Functions
- Функция UConverter::__construct() - Create UConverter object
- Функция UConverter::convert() - Convert string from one charset to another
- Функция UConverter::fromUCallback() - Default "from" callback function
- Функция UConverter::getAliases() - Get the aliases of the given name
- Функция UConverter::getAvailable() - Get the available canonical converter names
- Функция UConverter::getDestinationEncoding() - Get the destination encoding
- Функция UConverter::getDestinationType() - Get the destination converter type
- Функция UConverter::getErrorCode() - Get last error code on the object
- Функция UConverter::getErrorMessage() - Get last error message on the object
- Функция UConverter::getSourceEncoding() - Get the source encoding
- Функция UConverter::getSourceType() - Get the source convertor type
- Функция UConverter::getStandards() - Get standards associated to converter names
- Функция UConverter::getSubstChars() - Get substitution chars
- Функция UConverter::reasonText() - Get string representation of the callback reason
- Функция UConverter::setDestinationEncoding() - Set the destination encoding
- Функция UConverter::setSourceEncoding() - Set the source encoding
- Функция UConverter::setSubstChars() - Set the substitution chars
- Функция UConverter::toUCallback() - Default "to" callback function
- Функция UConverter::transcode() - Convert string from one charset to another
Коментарии
404 Not Found