soundex

(PHP 4, PHP 5, PHP 7)

soundexCalculate the soundex key of a string

说锟斤拷

soundex ( string $str ) : string

Calculates the soundex key of str.

Soundex keys have the property that words pronounced similarly produce the same soundex key, and can thus be used to simplify searches in databases where you know the pronunciation but not the spelling. This soundex function returns a string 4 characters long, starting with a letter.

This particular soundex function is one described by Donald Knuth in "The Art Of Computer Programming, vol. 3: Sorting And Searching", Addison-Wesley (1973), pp. 391-392.

锟斤拷锟斤拷

str

The input string.

锟斤拷锟斤拷值

Returns the soundex key as a string.

锟斤拷锟斤拷

Example #1 Soundex Examples

<?php
soundex
("Euler")       == soundex("Ellery");    // E460
soundex("Gauss")       == soundex("Ghosh");     // G200
soundex("Hilbert")     == soundex("Heilbronn"); // H416
soundex("Knuth")       == soundex("Kant");      // K530
soundex("Lloyd")       == soundex("Ladd");      // L300
soundex("Lukasiewicz") == soundex("Lissajous"); // L222
?>

锟轿硷拷

  • levenshtein() - 锟斤拷锟斤拷锟斤拷锟斤拷锟街凤拷锟斤拷之锟斤拷谋嗉拷锟斤拷锟�
  • metaphone() - Calculate the metaphone key of a string
  • similar_text() - 锟斤拷锟斤拷锟斤拷锟斤拷锟街凤拷锟斤拷锟斤拷锟斤拷锟狡讹拷