(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
Collator::getStrength -- collator_get_strength — Get current collation strength
Style orienté objet
Style procédural
Retourne la Strength de la collation, ou FALSE
en cas d'erreur.
Exemple #1 Exemple avec collator_get_strength()
<?php
$coll = collator_create( 'en_US' );
$strength = collator_get_strength( $coll );
?>