Search Results
Preface Function Reference Human Language and Character Encoding Support intl UConverter Change language:
The UConverter::toUCallback function is a default callback function used in PHP for converting strings from one encoding to another. This particular callback is used to handle the conversion from a source encoding to a Unicode encoding (UTF-16 or UTF-32). It is part of the UConverter class in PHP's Internationalization extension (intl). Callback functions like this allow users to customize ...
PHP Manual Function Reference Human Language and Character Encoding Support intl UConverter UConverter::toUCallback UConverter::setSubstChars UConverter::transcode
This function is currently not documented; only its argument list is available.
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
Table of Contents 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 ...
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
