Collator::getStrength
collator_get_strength
(No version information available, might be only in CVS)
Collator::getStrength -- collator_get_strength — Get current collation strength
Description
Object oriented style
int
Collator::getStrength
( void
)
Procedural style
Return Values
Returns current collation strength, or boolean FALSE on error.
Examples
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.
