| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Collator::__construct(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Collator::__construct — collator を作成する 説明
public Collator::__construct
( string
$locale
)新しい Collator のインスタンスを作成します。 パラメータ
返り値Collator のインスタンスを返します。 エラー / 例外エラー時には "空の" オブジェクトを返します。何が起こったのかを知るには intl_get_error_code() や intl_get_error_message() を使用します。 例
例1 Collator::__construct() の例
<?php |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Collator::__construct - collator を作成する」をGoogle検索
|