Created
June 5, 2020 18:52
-
-
Save rafael-neri/e41056c98c50336e68e2400ee1280565 to your computer and use it in GitHub Desktop.
php string comparison percentage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
similar_text("Hello World","Hello Peter",$percent); | |
echo $percent; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment