|
Collator::getSortKeycollator_get_sort_keyGet sorting key for a string BeschreibungObjektorientierter Stil
public
string
Collator::getSortKey
( string
$str
)Prozeduraler Stil
string
collator_get_sort_key
( Collator
$coll
, string $str
)Return collation key for a string. Parameter-Liste
RückgabewerteReturns the collation key for the string. Collation keys can be compared directly instead of strings. Warnung
Diese Funktion kann sowohl das
boolsche Beispiele
Beispiel #1 collator_get_sort_keyexample
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 71%3F%3FE%01%09%01%8F%08%00 Siehe auch
|