Innovation Award
 January 2009
Number 10 |
PHP provides a large variety of array sorting functions. It can sort arrays by entry value or even by associative array key.
However, when text values are used as sorting factor, only PHP 6 will provide built-in support to sort text encoded using Unicode.
This class provides a solution for sorting arrays of text strings encoded using Unicode that works in versions prior to PHP 6.
Manuel Lemos |
This class can be used to sort arrays with text encoded using Unicode.
It can take an array of string and sort it considering that the characters are encoding using UTF-8.
The class can either sort regular arrays of strings or associative arrays on which the array keys may be also associative.
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.