PHP 教程
soundex() 函數(shù)計(jì)算字符串的 soundex 鍵。
soundex 鍵是 4 字符長(zhǎng)的字母數(shù)字字符串,表示一個(gè)單詞的英文發(fā)音。
soundex() 函數(shù)可用于拼寫(xiě)檢查程序。
注釋?zhuān)?/b>soundex() 函數(shù)為發(fā)音相似的單詞創(chuàng)建相同的鍵。
提示: metaphone() 比 soundex() 函數(shù)更精確,因?yàn)?metaphone() 了解英語(yǔ)發(fā)音的基本規(guī)則。
參數(shù) | 描述 |
---|---|
string | 必需。規(guī)定要檢查的字符串。 |
返回值: | 如果成功則返回字符串的 soundex 鍵,如果失敗則返回 FALSE。 |
---|---|
PHP 版本: | 4+ |
對(duì)兩個(gè)發(fā)音相似的單詞使用 soundex() 函數(shù):