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

search for in the

Collator::setAttribute> <Collator::getLocale
Last updated: Fri, 10 Oct 2008

view this page in

Collator::getStrength

collator_get_strength

(No version information available, might be only in CVS)

Collator::getStrength -- collator_get_strengthGet current collation strength

Description

Object oriented style

integer Collator::getStrength ( void )

Procedural style

integer collator_get_strength ( Collator $coll )

Parameters

coll

Collator object.

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 );
?>



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

Collator::setAttribute> <Collator::getLocale
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites