Collator::getStrength
collator_get_strength
(No version information available, might be only in CVS)
Collator::getStrength -- collator_get_strength — Get current collation strength
Descripción
Object oriented style
integer
Collator::getStrength
( void
)
Procedural style
Lista de parámetros
- coll
-
Collator object.
Valores retornados
Returns current collation strength, or boolean FALSE on error.
Ejemplos
Example #1 collator_get_strength() example
<?php
$coll = collator_create( 'en_US' );
$strength = collator_get_strength( $coll );
?>
Collator::getStrength
There are no user contributed notes for this page.
