PHP Classes
elePHPant
Icontem

Number Sequence: Format an array of numbers as a sequence or ranges

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2008-08-15 (8 years ago) RSS 2.0 feedNot enough user ratingsTotal: 262 This week: 1All time: 7,297 This week: 1,047Up
Version License PHP version Categories
numbersequence 1.1Freeware5.0PHP 5
Description Author

This is a very simple class that can be used to format an array of numbers as a sequence of number ranges.

It takes an array of integer numbers and sorts the array.

The class generates a string that represents sequences of contiguous numbers as ranges with the first and the last sequence number separated by dashes. Non contiguous numbers are separated commas.

For instance, array(1,2,3,5,7,8,9) is transformed in the sequence "1-3, 5, 7-9".

Picture of R.B. Klaassen
Name: R.B. Klaassen <contact>
Classes: 1 package by
Country: The Netherlands The Netherlands

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example
Plain text file numberSequence.class.php Class numberSequence class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:262
This week:1
All time:7,297
This week:1,047Up
User Comments (2)
Excellent class.
3 years ago (Frank Heinley)
70%StarStarStarStar
This class is just what I needed.
5 years ago (Jerry Haynes)
70%StarStarStarStar