Work with diffs and key frames instead of full save #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Something like:
$a1 = explode(" " , 'Hello world 123 abc');
$a2 = explode(" ", 'Hello ladies! 123 ab');
echo join(' ', array_diff($a1, $a2));
var_dump(array_diff($a1, $a2));
or
xdiff_string_diff, but needs pecl extension