PHP Classes

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    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 265 All time: 7,740 This week: 192Up
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
Age: 43
All time rank: 390994 in The Netherlands The Netherlands
Week rank: 703 Up20 in The Netherlands The Netherlands Up

  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:265
This week:0
All time:7,740
This week:192Up
User Comments (2)
Excellent class.
10 years ago (Frank Heinley)
70%StarStarStarStar
This class is just what I needed.
12 years ago (Jerry Haynes)
70%StarStarStarStar