PHP 教程
metaphone() 函數(shù)計算字符串的 metaphone 鍵。
metaphone 鍵代表了字符串的英語發(fā)音。
metaphone() 函數(shù)可用于拼寫檢查程序。
注釋:metaphone() 函數(shù)為發(fā)音相似的單詞創(chuàng)建相同的鍵。
注釋:所生成的 metaphone 鍵長度可變。
提示:metaphone() 比 soundex() 函數(shù)更精確,因為 metaphone() 了解英語發(fā)音的基本規(guī)則。
參數(shù) | 描述 |
---|---|
string | 必需。規(guī)定要檢查的字符串。 |
length | 可選。規(guī)定 metaphone 鍵的最大長度。 |
返回值: | 如果成功則返回字符串的 metaphone 鍵,如果失敗則返回 FALSE。 |
---|---|
PHP 版本: | 4+ |
對兩個發(fā)音相似的單詞使用 metaphone() 函數(shù):
使用 length 參數(shù):