PHP lithium\g11n\multibyte\adapter Namespace

Classes

Name Description
Iconv The `Iconv` class is an adapter which uses certain string functions from `ext/iconv`. You will need to have the extension installed to use this adapter.
Intl The `Intl` class is an adapter which uses certain string functions from `ext/intl`. You will need to have the extension installed to use this adapter.
Mbstring The `Mbstring` class is an adapter which uses certain string functions from `ext/mbstring`. You will need to have the extension installed to use this adapter.