IntlChar::foldCase
(PHP 7, PHP 8)
Perform case folding on a code point
Description
The given character is mapped to its case folding equivalent; if the character has no case folding equivalent, the character itself is returned.
Parameters
codepointParameter
optionsEither
IntlChar::FOLD_CASE_DEFAULT(default) orIntlChar::FOLD_CASE_EXCLUDE_SPECIAL_I.
Return Values
Returns the Simple_Case_Folding of the code point, if any; otherwise the code point itself on success, or null on failure.