The IntlChar::isISOControl() function is an inbuilt function in PHP which is used to check whether the input code point is an ISO control code character… Read More
Tag Archives: PHP-Intl
The IntlChar::charName() function is an inbuilt function in PHP used to retrieve the name of a Unicode character. Syntax: string IntlChar::charName( $codepoint [, $nameChoice =… Read More
The IntlChar::charAge() function is an inbuilt function in PHP which is used to calculate the age of code point. Where the age is Unicode version… Read More
The IntlChar::isUWhiteSpace() function is an inbuilt function in PHP which is used to check whether the given input character is a WhiteSpace Unicode character or… Read More
The IntlChar::isIDIgnorable() function is an inbuilt function in PHP which is used to determine the code point is an ignorable character or not. It is… Read More
The IntlChar::isUAlphabetic() function is an inbuilt function in PHP which is used to check whether the given input character is an Alphabetic Unicode character or… Read More
The IntlChar::charMirror() function is an inbuilt function in PHP which is used to find the “mirror-image” character from the given input code point character, which… Read More
The IntlChar::isxdigit() function is an inbuilt function in PHP which is used to check whether the given input character is a hexadecimal digit or not.… Read More
The IntlChar::ispunct() function is an inbuilt function in PHP which is used to check whether the given input character is a punctuation character or not.… Read More
The IntlChar::isspace() function is an inbuilt function in PHP which is used to check whether the given input character is a space character or not.… Read More
The IntlChar::isUUppercase() function is an inbuilt function in PHP which is used to check whether the given input character is an Uppercase Unicode character or… Read More
The IntlChar::islower() function is an inbuilt function in PHP which is used to check whether the given input character is a lowercase character or not.… Read More
The IntlChar::isWhitespace() function is an inbuilt function in PHP which is used to check whether the given input character is a WhiteSpace character or not… Read More
The IntlChar::charDigitValue() function is an inbuilt function in PHP which is used to return the decimal digit value from a decimal digit character. Where the… Read More
The IntlChar::isupper() function is an inbuilt function in PHP which is used to check whether the given input character is an uppercase character or not.… Read More