Character-wise string diff in PHP

删除回忆录丶 提交于 2019-12-03 08:25:49

https://github.com/gorhill/PHP-FineDiff supports character-wise diff and can render the differences in HTML

The PEAR Package Text_Diff provides Inline-Diffs.

There is a php version of google-diff-match-patch available here: https://github.com/nuxodin/diff_match_patch-php

There is a port of fresh version google-diff-match-patch library. It is much faster than previous and have no problems wth utf8.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!