PHP Classes

Simple Compare: Compare binary files

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 364 All time: 6,845 This week: 263Up
Version License PHP version Categories
simple-compare 1.0Artistic License5.1PHP 5, Files and Folders
Description 

Author

This class can compare binary files.

It can read two or more binary files, split them in segments of data and compare the files segment by segment.

The class returns an array with the information about whether the files are the same or different.

Innovation Award
PHP Programming Innovation award nominee
March 2011
Number 4
File comparison solutions are often meant to be used with text files. Usually they return the lines that were changed.

Binary files do not have the concept of lines, but they can be divided is blocks of any size.

This class implements a solution for comparing binary files in terms of data blocks.

Manuel Lemos
Picture of Pashkov Denis Igorevich
  Performance   Level  
Name: Pashkov Denis Igorevich <contact>
Classes: 21 packages by
Country: Ukraine Ukraine
Age: 33
All time rank: 3068 in Ukraine Ukraine
Week rank: 568 Down16 in Ukraine Ukraine Down
Innovation award
Innovation award
Nominee: 10x

Winner: 1x

  Files folder image Files  
File Role Description
Plain text file index.php Example exmaple
Plain text file vbinary.php Class main class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:364
This week:0
All time:6,845
This week:263Up
User Comments (1)
Don't work
12 years ago (Snowly)
0%Star