Search Results
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
- NumberFormatter
Class synopsis Transliterator { /* Constants */ const integer FORWARD = 0 ; const integer REVERSE = 1 ;
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.
Introduction La classe Transliterator fournit la translittération des chaînes de caractères.
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
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 ...
People also ask
Does transliterator provide transliteration of strings?
How do I transliterate a string?
How do I transliterate a Latin based alphabet?
Class synopsis classTransliterator { /* Constants */ publicconst int FORWARD; publicconst int REVERSE; /* Properties */ publicreadonly string $ id; /* Methods ...
