 |
|
Innovation award
 Nominee: 10x
Winner: 1x |
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.
|
|
| Name: |
Simple Compare |
| Base name: |
simple-compare |
| Description: |
Compare binary files |
| Version: |
- |
| PHP version: |
5.1 |
| License: |
Artistic License |
| All time users: |
279 users |
| All time rank: |
6213 |
| Week users: |
0 users |
| Week rank: |
2059  |
| |
|
 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 |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|