IDN Functions
Table of Contents
- idn_to_ascii — Convert domain name to IDNA ASCII form.
- idn_to_unicode — Alias of idn_to_utf8
- idn_to_utf8 — Convert domain name from IDNA ASCII to Unicode.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Поддержка языков и кодировок
- Введение
- Установка и настройка
- Предопределенные константы
- Примеры
- The Collator class
- The NumberFormatter class
- The Locale class
- The Normalizer class
- The MessageFormatter class
- The IntlCalendar class
- The IntlTimeZone class
- The IntlDateFormatter class
- The ResourceBundle class
- The Spoofchecker class
- The Transliterator class
- The IntlBreakIterator class
- The IntlRuleBasedBreakIterator class
- The IntlCodePointBreakIterator class
- The IntlPartsIterator class
- The UConverter class
- Grapheme Функции
- IDN Функции
- IntlChar
- Exception class for intl errors
- The IntlIterator class
- intl Функции
Коментарии
Keep in mind that a php module is required to use these functions (which may not be present on your shared hosting).
php5-idn - PHP API for the IDNA library (e.g. in Debian/Ubuntu)
In addition to the previous comment, php5-idn has merged into the php5-intl package. Use apt-get install php5-intl on ubuntu to use these idn features.