Source Code:
(back to article)
<?php $string1 = 'Hello World'; $string2 = 'Hello PHP'; similar_text($string1, $string2, $percent); echo $percent; ?>
Result:
Report an issue