Search Results

  1. The Transliterator class

    • NumberFormatter

      Introduction ¶ Programs store and operate on numbers using a...

    • IntlDateFormatter

      Introduction ¶ Date Formatter is a concrete class that...

    • UConverter

      Table of Contents ¶ UConverter::__construct — Create...

    • Locale

      Introduction ¶ A "Locale" is an identifier used to get...

    • Collator

      The Collator class Collator::ALTERNATE_HANDLING The...

    • Normalizer

      The Normalizer class Introduction ¶ Normalization is a...

    • MessageFormatter

      The MessageFormatter class Introduction ¶ MessageFormatter...

    • IntlCalendar

      The IntlCalendar class

  2. Class synopsis Transliterator { /* Constants */ const integer FORWARD = 0 ; const integer REVERSE = 1 ;

  3. Aug 16, 2009 · 7 If you are stuck with an development&release environment that doesn't support PHP 5.4 or newer, you should either use or a custom Transliteration library. In case of iconv, I find it extremely unhelpful especially using it on Arabic or Cyrillic alphabets. I would go for a PHP 5.4 built-in Transliteration class or a custom Transliteration class.

  4. Introduction La classe Transliterator fournit la translittération des chaînes de caractères.

  5. Table of Contents Transliterator::__construct — Private constructor to deny instantiation Transliterator::create — Create a transliterator Transliterator::createFromRules — Create transliterator from rules Transliterator::createInverse — Create an inverse transliterator Transliterator::getErrorCode — Get last error code

  6. Parameters ¶ transliterator In the procedural version, either a Transliterator or a string from which a Transliterator can be built. string The string to be transformed. start The start index (in UTF-16 code units) from which the string will start to be transformed, inclusive. Indexing starts at 0. The text before will be left as is. end The end index (in UTF-16 code units) until which the ...

  7. People also ask

  8. Class synopsis classTransliterator { /* Constants */ publicconst int FORWARD; publicconst int REVERSE; /* Properties */ publicreadonly string $ id; /* Methods ...