Login   Register  
PHP Classes

Class: AIS_Util_MultibyteSort

Icontem
elePHPant

  Classes of Christian  >  AIS_Util_MultibyteSort  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: AIS_Util_MultibyteSort Support forum
Base name: multibytesort
Description: Sort arrays with text encoded using Unicode
Version: 1.1
Required PHP version: 5.0
License: BSD License
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Christian
Name: Christian <e-mail contact>
Published packages: 4 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Home page: http://www.antiphp.net/

Innovation Award

PHP Programming Innovation award nominee
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

Groups

Group folder image Localization Internationalization and translations View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes

Detailed description

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.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Accessible without login Plain text file AIS_Util_MultibyteSort.php Class AIS_Util_MultibyteSort class
Download all files: multibytesort.tar.gz multibytesort.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.