PHP Code Snippets Tagged with text
(3)
Shows differences in two strings of text.
This snippet requires the PEAR Text_Diff package, available from http://pear.php.net/package/Text_Diff.
The class can be use like this:
$diff = new..
Tags:
difference
text
+ 0 likes


