| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::foldCase - Perform case folding on a code point」をGoogle検索
|