龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

php 通过php的 similar_text函数比较两个字符串的相似性

时间:2017-10-23 15:12来源:网络整理 作者:网络 点击:
分享到:
通过php的 similar_text函数比较两个字符串的相似性 通过php的similar_text函数比较两个字符串的相似性[代码片段(30行)]

通过php的similar_text函数比较两个字符串的相似性```php $word2compare = "stupid";

$words = array( 'stupid', 'stu and pid', 'hello', 'foobar', 'stpid', 'upid', 'stuuupid', 'sstuuupiiid', );

while(list($id, $str) = each($words)){ similar_text($str, $word2compare, $percent); print "Comparing '$word2compare' with '$str': "; print round($percent) . "%\n"; }

/* Results:

Comparing 'stupid' with 'stupid': 100% Comparing 'stupid' with 'stu and pid': 71% Comparing 'stupid' with 'hello': 0% Comparing 'stupid' with 'foobar': 0% Comparing 'stupid' with 'stpid': 91% Comparing 'stupid' with 'upid': 80% Comparing 'stupid' with 'stuuupid': 86% Comparing 'stupid' with 'sstuuupiiid': 71% ```

收藏文章
表情删除后不可恢复,是否删除
取消
确定
图片正在上传,请稍后...
评论内容为空!
  • 评论
1人参与,1条评论
  • 最新评论
2020年9月10日 21:21 不二心 [山东省网友]

手 机 在 线 看 黄 8 W W X . c o m

手 机 在 线 看 黄 8 W W X . c o m

按钮 内容不能为空!
立刻说两句吧! 查看1条评论
精彩图集

赞助商链接