Php Getting Started Tutorial: metaphone function

Source: Internet
Author: User
Tags key string

Definition and usage
This metaphone () function computes a key string of metaphone.

The key to a metaphone is how a series of voices are spoken by English speakers.

This metaphone () function can be used for spelling applications.

This function returns the success or FALSE of the metaphone key string.

Metaphone (string, length)
  
Parameter Description
String
Required. Specified string check
Length
Optional. Specify the maximum length metaphone.
  

Tips and instructions
Note: The metaphone () function creates similar beautiful words with the same key.

Note: generate metaphone keys with different lengths.

Tip: metaphone () is more accurate than soundex (), because metaphone () knows the English pronunciation of basic rules.




Example 1

<? Phpecho metaphone ("world") ;?>
 
Output.
WRLT
 
     

In this example, we use the metaphone () function in two similar beautiful words:

 

<? Php $ str = "Sun"; $ str2 = "Son"; echo metaphone ($ str); echo "<br/>"; echo metaphone ($ str2);?>
 
Output.
SNSN
Www.111cn.net/phper/php.html

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.