Skip to content

Instantly share code, notes, and snippets.

@rafael-neri
Created June 5, 2020 18:52
Show Gist options
  • Save rafael-neri/e41056c98c50336e68e2400ee1280565 to your computer and use it in GitHub Desktop.
Save rafael-neri/e41056c98c50336e68e2400ee1280565 to your computer and use it in GitHub Desktop.
php string comparison percentage
<?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