This document summarizes PHP's Internationalization (intl) extension, which provides localization and internationalization functions based on the ICU library. It covers key classes like Collator for string comparison, NumberFormatter for number formatting, MessageFormatter for message formatting, and IntlDateFormatter for date/time formatting. Functions for locales, Unicode normalization, grapheme handling, and IDN are also described. The goal of the intl extension is to provide robust i18n/l10n capabilities to PHP applications using standardized ICU implementations.