soundex()函數(shù)用于計算字符串的 soundex 鍵。
string soundex ( string $str )
用于計算字符串的 soundex 鍵。
soundex 鍵是 4 字符長的字母數(shù)字字符串,表示一個單詞的英文發(fā)音。
soundex() 函數(shù)可用于拼寫檢查程序。
注意:soundex() 函數(shù)為發(fā)音相似的單詞創(chuàng)建相同的鍵。
提示: metaphone() 比 soundex() 函數(shù)更精確,因為 metaphone() 了解英語發(fā)音的基本規(guī)則。
它以字符串形式返回 soundex 鍵
序號 | 參數(shù)與說明 |
---|---|
1 | string 輸入字符串 |
試試下面的實例,計算字符串 (cainiaoplus.com) 的Soundex 鍵:
<?php //計算字符串 (cainiaoplus.com) 的Soundex 鍵。 $input = "(cainiaoplus.com)"; echo soundex($input); ?>測試看看?/?
輸出結果
N250