suche nach in der

Collator::setAttribute> <Collator::getSortKey
Last updated: Fri, 18 May 2012

view this page in

Collator::getStrength

collator_get_strength

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

Collator::getStrength -- collator_get_strengthGet current collation strength

Beschreibung

Objektorientierter Stil

int Collator::getStrength ( void )

Prozeduraler Stil

int collator_get_strength ( Collator $coll )

Parameter-Liste

coll

Collator object.

Rückgabewerte

Returns current collation strength, or boolean FALSE on error.

Beispiele

Beispiel #1 collator_get_strength() example

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

Siehe auch



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

Collator::setAttribute> <Collator::getSortKey
Last updated: Fri, 18 May 2012