PHP | IntlChar Functions Complete Reference
IntlChar() functions provide access of utility methods which is used to access the information about Unicode characters. The IntlChar methods and constants are close to the names and behavior which are used by ICU (International Components for Unicode) library.
The complete list of IntlChar functions are given below:
- PHP | IntlChar::charAge() Function
- PHP | IntlChar::charDigitValue() Function
- PHP | IntlChar::charDirection() Function
- PHP | IntlChar::charFromName() Function
- PHP | IntlChar::charMirror() Function
- PHP | IntlChar::charName() Function
- PHP | IntlChar::charType() Function
- PHP | IntlChar::chr() Function
- PHP | IntlChar::digit() function
- PHP | IntlChar::enumCharNames() Function
- PHP | IntlChar::enumCharTypes() Function
- PHP | IntlChar::foldCase() Function
- PHP | IntlChar::forDigit() Function
- PHP | IntlChar::getBidiPairedBracket() Function
- PHP | IntlChar::getBlockCode() Function
- PHP | IntlChar::getCombiningClass() Function
- PHP | IntlChar::getFC_NFKC_Closure() Function
- PHP | IntlChar::getIntPropertyMaxValue() Function
- PHP | IntlChar::getIntPropertyValue() Function
- PHP | IntlChar::getNumericValue() Function
- PHP | IntlChar::getPropertyEnum() Function
- PHP | IntlChar::getPropertyName() Function
- PHP | IntlChar::getPropertyValueEnum() Function
- PHP | IntlChar::getPropertyValueName() Function
- PHP | IntlChar::getUnicodeVersion() Function
- PHP | IntlChar::hasBinaryProperty() function
- PHP | IntlChar::isalnum () Function
- PHP | IntlChar::isalpha() Function
- PHP | IntlChar::isbase() Function
- PHP | IntlChar::isblank() Function
- PHP | IntlChar::iscntrl() Function
- PHP | IntlChar::isdefined() Function
- PHP | IntlChar::isdigit() Function
- PHP | IntlChar::isgraph() Function
- PHP | IntlChar::isIDIgnorable() Function
- PHP | IntlChar::isIDPart() Function
- PHP | IntlChar::isIDStart() Function
- PHP | IntlChar::isISOControl() Function
- PHP | IntlChar::isJavaIDPart() Function
- PHP | IntlChar::isJavaIDStart() Function
- PHP | IntlChar::isJavaSpaceChar() Function
- PHP | IntlChar::islower() Function
- PHP | IntlChar::isMirrored() Function
- PHP | IntlChar::isprint() Function
- PHP | IntlChar::ispunct() Function
- PHP | IntlChar::isspace() Function
- PHP | IntlChar::istitle() Function
- PHP | IntlChar::isUAlphabetic() Function
- PHP | IntlChar::isULowercase() Function
- PHP | IntlChar::isupper() Function
- PHP | IntlChar::isUUppercase() Function
- PHP | IntlChar::isUWhiteSpace() Function
- PHP | IntlChar::isWhitespace() Function
- PHP | IntlChar::isxdigit() Function
- PHP | IntlChar::ord() Function
- PHP | IntlChar::tolower() Function
- PHP | IntlChar::totitle() Function
- PHP | IntlChar::toupper() Function
Recommended Posts:
- PHP | Ds\Map Functions Complete Reference
- PHP | GMP Functions Complete Reference
- PHP | Ds\Set Functions Complete Reference
- CSS | Functions Complete Reference
- PHP | Ds\Queue Functions Complete Reference
- PHP | Imagick Functions Complete Reference
- PHP | String Functions Complete Reference
- PHP | Ds\PriorityQueue Functions Complete Reference
- PHP | Gmagick Functions Complete Reference
- PHP | Ds\Stack Functions Complete Reference
- PHP | DS\Vector Functions Complete Reference
- PHP | DS\Sequence Functions Complete Reference
- PHP | ImagickDraw Functions Complete Reference
- PHP | Filesystem Functions Complete Reference
- PHP | Calendar Functions Complete Reference
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.



