Php Intlchar
# PHP IntlChar()
[ PHP 7 New Features](#)
PHP 7 supports internationalization (i18n) and localization (l10n) through the intl extension. This extension is a basic wrapper for the ICU library and provides methods and features similar to the ICU library.
PHP 7 exposes Unicode character features from ICU through the new IntlChar class. This class itself defines many static methods for manipulating Unicode characters across multiple character sets.
### Example
## Example
The output of the above program is:
10ffff COMMERCIAL AT bool(true)
* * PHP 7 New Features](#)
YouTip