Php compares string similarity

Source: Internet
Author: User
In addition to cookies and IP restrictions, we can use the similar_text function of Php to determine the similarity of user posting content .????? Similar_text ()? Function compute the number of matching characters for two strings, or calculate the similarity between two strings in Php.

In addition to cookies and IP restrictions, we can use the similar_text function of PHP to determine the similarity of user posting content.

?

???? Similar_text ()? The function calculates the number of matching characters for two strings, or the similarity between the two strings (expressed in percentages ).???

?

Syntax
similar_text(string1,string2,percent)
Parameter description
String1 Required. Specifies the first string to be compared.
String2 Required. Specifies the second string to be compared.
Percent Optional. Specifies the name of the variable that stores the percentage similarity.

?

?

Instance:

?

 
?

?

Combined with reality:

?

  90){        $too_similar = $row['reserved'];        print "The name you entered is too similar the reserved name "".$row['reserved'].""";        break;       }    }?>
?

?

The source of the post: http://justcoding.iteye.com/blog/988504

?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.