Search Results

  1. Convert string from one charset to another

  2. UConverter::convert 26 déc. 2018 21 fois (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) UConverter::convert — Convertit une chaîne d'un jeu de caractères vers un autre jeu de caractères

  3. Table of Contents UConverter::__construct — Create UConverter object UConverter::convertConvert 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 ...

  4. Simple usage example of `UConverter::convert ()`. The UConverter::convert function is a PHP function used to convert a string from one character encoding (charset) to another. It allows you to easily convert data from one character set to another, which is especially useful when dealing with different language-specific character encodings.

  5. (PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) The UConverter class Introduction (PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) Class synopsis

  6. The UConverter class Introduction (PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) Class synopsis UConverter { /* Constants */ const int REASON_UNASSIGNED = 0 ; const int REASON_ILLEGAL = 1 ; const int REASON_IRREGULAR = 2 ; const int REASON_RESET = 3 ; const int REASON_CLOSE = 4 ; const int REASON_CLONE = 5 ; const int UNSUPPORTED_CONVERTER = -1 ; const int SBCS = 0 ; const int DBCS = 1 ; const int ...

  7. Table of Contents UConverter::__construct — Create UConverter object UConverter::convertConvert 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 ...