UConverter::transcode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Convert string from one charset to another public static string UConverter::transcode ( string $str, string $toEncoding, string $fromEncoding [, array $options ] ) Parameters: str toEncoding fromEncoding options Retur

UConverter::toUCallback

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Default "to" callback function public mixed UConverter::toUCallback ( integer $reason, string $source, string $codeUnits, integer &$error ) Parameters: reason source codeUnits error Returns:

UConverter::setSubstChars

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the substitution chars public void UConverter::setSubstChars ( string $chars ) Parameters: chars Returns: This function is currently not documented; only its argument list is available.

UConverter::setSourceEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the source encoding public void UConverter::setSourceEncoding ( string $encoding ) Parameters: encoding Returns: This function is currently not documented; only its argument list is available.

UConverter::setDestinationEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the destination encoding public void UConverter::setDestinationEncoding ( string $encoding ) Parameters: encoding Returns: This function is currently not documented; only its argument list is available.

UConverter::reasonText

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get string representation of the callback reason public static string UConverter::reasonText ([ integer $reason ] ) Parameters: reason Returns: This function is currently not documented; only its argument list is available.

UConverter::getSubstChars

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get substitution chars public string UConverter::getSubstChars ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::getStandards

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get standards associated to converter names public static array UConverter::getStandards ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::getSourceType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the source convertor type public integer UConverter::getSourceType ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::getSourceEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the source encoding public string UConverter::getSourceEncoding ( void ) Returns: This function is currently not documented; only its argument list is available.