Collator::getStrength

collator_get_strength

Get current collation strength

Beschreibung

Objektorientierter Stil

public 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