|
xdiff_file_diff_binary
Make binary diff of two files
(PECL xdiff:0.2-1.4)
Makes a binary diff of two files and stores the result in a file. This function works with both text and binary files. ExamplesExample 2630. xdiff_file_diff_binary() exampleThe following code makes binary diff of two archives. <?php Notes
Note:
Both files will be loaded into memory so ensure that your memory_limit is set high enough.
See Also
|