downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Collator::setAttribute> <Collator::getSortKey
[edit] Last updated: Fri, 10 Feb 2012

view this page in

Collator::getStrength

collator_get_strength

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)

Collator::getStrength -- collator_get_strength現在の照合強度を取得する

説明

オブジェクト指向型

int Collator::getStrength ( void )

手続き型

int collator_get_strength ( Collator $coll )

パラメータ

coll

Collator オブジェクト。

返り値

現在の照合強度、あるいはエラー時に boolean FALSE を返します。

例1 collator_get_strength() の例

<?php
$coll     
collator_create'en_US' );
$strength collator_get_strength$coll );
?>

参考



add a note add a note User Contributed Notes Collator::getStrength
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites