လက်ရှိတည်နေရာ: ပင်မစာမျက်နှာ> ဖန်ရှင်အမျိုးအစားများ> soundex

soundex

ကြိုး၏ soundex key ကိုတွက်ချက်ပါ
အမည်:soundex
အမျိုးအစား:ကြိုး
programming language:php
တစ်ကြောင်းဖြင့်အကျဉ်းချုပ်:string ကို၏ soundex သော့ကိုတွက်ချက်။

အဓိပ္ပါယ်နှင့်အသုံးပြုမှု

soundex() function သည် string တစ်ခု၏ soundex key ကိုတွက်ချက်သည်။

Soundex Key သည်စာလုံး၏အင်္ဂလိပ်အသံထွက်ကိုကိုယ်စားပြုသောအက်ခရာ 4 လုံးပါသောအက်ခရာနံပါတ်ဖြစ်သည်။

soundex() function ကိုစာလုံးပေါင်း applications များတွင်အသုံးပြုနိုင်ပါသည်။

မှတ်စု: soundex() function သည်တူညီသောအသံထွက်နှင့်စကားလုံးများအတွက်တူညီသောသော့ကိုဖန်တီးပေးသည်။

ထိပ်ဖျားချိတာ: metaphone() သည် metaphone() soundex() function ထက် ပို. တိကျသည်,

နမူနာ

ဥပမာ 1

"ဟဲလို" ၏ soundex သော့ကိုတွက်ချက်:

 <? PHP
$ str = "ရှန်ဟိုင်း" ,
echo soundex ( $ str ) ;
>

သင်ကိုယ်တိုင်စမ်းကြည့်ပါ

ဥပမာ 2

အလားတူအသံထွက်နှင့်စကားလုံးနှစ်လုံးအတွက် soundex () function ကိုသုံးပါ။

 <? PHP
$ str = "အကူအညီ" ;
$ str2 = "လက်ထောက်" ;

echo soundex ( $ str ) ;
ပဲ့တင်သံ "<br> <br>" ;
ECHO SoundEx ( $ str2 ) ;
>

သင်ကိုယ်တိုင်စမ်းကြည့်ပါ

သဒ္ဒါ

 SoundEx ( string )
တေးရေး ဖေါ်ပြ
ကြိုး လိုအပ်ပါတယ် စစ်ဆေးခံရဖို့ string ကိုဖေါ်ပြသည်။
သက်ဆိုင်သောဖင်ခှ်ရှင်းများ
  • string ၏အဆုံးမှာ whitespace ဇာတ်ကောင် (သို့မဟုတ်အခြားဇာတ်ကောင်) ကိုဖျက်ပါ rtrim

    rtrim

    string၏အဆုံးမှာwhite
  • CRC32 polynomials string ကိုတွက်ချက်ပါ crc32

    crc32

    CRC32polynomialsstri
  • string ကိုအစမှနေရာများ (သို့မဟုတ်အခြားအက္ခရာများ) ကိုဖယ်ရှားပါ ltrim

    ltrim

    stringကိုအစမှနေရာမျာ
  • အရှည်အတွက် string ကိုဖြည့်ရန်အခြား string ကိုသုံးပါ str_pad

    str_pad

    အရှည်အတွက်stringကိုဖ
  • တစ်ရှုထောင်ခင်းကျင်းတစ် ဦး string ကိုသို့တစ်ရှုထောင်ခင်းကျင်း၏တန်ဖိုးကိုပြောင်းပါ implode

    implode

    တစ်ရှုထောင်ခင်းကျင်း
  • uuencode encoded string ကို decode convert_uudecode

    convert_uudecode

    uuencodeencodedstrin
  • အထူး HTML အဖွဲ့အစည်းများကိုပုံမှန်ဇာတ်ကောင်များသို့ပြန်သွားပါ htmlspecialchars_decode

    htmlspecialchars_decode

    အထူးHTMLအဖွဲ့အစည်းမျ
  • တစ်လမ်းသွား string ကို hash crypt

    crypt

    တစ်လမ်းသွားstringကို
လူကြိုက်များသော ဆောင်းပါးများ