ヒント: 日本語の検索結果のみ表示します。検索言語は [表示設定] で指定できます
Collator クラスでは、ロケールに依存した String の比較が行われます。このクラスを使って、自然言語テキストの検索とソートのルーチンを構築します。
Collator Class. Contains methods to get locale-specific instances that can be used for comparisons and sorting. Use the getInstance() method to obtain the ...
Collator クラス ¶. (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0). はじめに ¶. 各ロケール固有の並び順を考慮した文字列の比較機能を提供します。 クラス概要 ¶.
The Collator class performs locale-sensitive String comparison. You use this class to build searching and sorting routines for natural language text.
関連する質問
Adapterクラスとは何ですか?
Collatorとは何ですか?
ロケールを区別する比較および並び替えを実行するには、新しい Collator クラスで getInstance メソッドを使用します。ロケールを区別する並び替えでは、コードを実行する ...
The Collator class performs locale-sensitive String comparison. You use this class to build searching and sorting routines for natural language text.
2023/10/05 · This short < 6 mins video gives a demo of the Collator class and explains how, and when it should be used, along with tips on where it shouldn't be used.
The Collator class performs locale-sensitive string comparison. You use this class to build searching and sorting routines for natural language text.
... Collator} class performs locale-sensitive * {@code String} comparison. You use this class to build * searching and sorting routines for natural language text. * ...
A collator is essentially an object that knows how to sort and compare strings. The default is appropriate for many applications.