PHP Classes

Simple Compare: Compare binary files

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 365 All time: 6,862 This week: 488Up
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: 34
All time rank: 3068 in Ukraine Ukraine
Week rank: 170 Up3 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 10x

Winner: 1x

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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:365
This week:0
All time:6,862
This week:488Up
User Comments (1)
Don't work
13 years ago (Snowly)
0%Star