1 Vote
PHP Hidden Gem: similar_text()
http://php.dzone.com —
If you need a function to find duplicate strings, posts, articles in php you can use similar_text(), which returns in percentage how similar 2 strings are. The beauty about similar_text is that it accepts strings of any size.


Comments