Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18307 программистов и 1619 роботов. Сейчас ищут 1288 программистов ...
IntlChar::foldCase - Perform case folding on a code point
Вернуться к: IntlChar
IntlChar::foldCase
(PHP 7)
IntlChar::foldCase — Perform case folding on a code point
Описание
public static mixed IntlChar::foldCase
( mixed
$codepoint
[, int $options
= IntlChar::FOLD_CASE_DEFAULT
] )The given character is mapped to its case folding equivalent; if the character has no case folding equivalent, the character itself is returned.
Список параметров
Возвращаемые значения
Returns the Simple_Case_Folding of the code point, if any; otherwise the code point itself.
Вернуться к: IntlChar