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

quoted_printable_decode

တစ် ဦး 8-bit string ကိုကိုးကားနှင့်အတူပုံနှိပ်ထုတ်ဝေသီ string ကိုပြောင်းပါ
အမည်:quoted_printable_decode
အမျိုးအစား:ကြိုး
programming language:php
တစ်ကြောင်းဖြင့်အကျဉ်းချုပ်:ကိုးကားထားသောပုံနှိပ်နိုင်သော string ကို 8-bit string ကိုပြောင်းပါ။

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

ကိုးကားထားသောပုံနှိပ်နိုင်သော encoded string ကို quoted_printable_decode() decodies-printable encoded string ကို decodes နှင့် 8-bit ascii string ကိုပြန်ပို့။

ထိပ်ဖ်ား: ကိုးကားထားသောပုံနှိပ်နိုင်သောအချက်အလက်များကိုအီးမေးလ်ပို့ခြင်းဖြင့်မတူပါ။ စာသားဘာသာပြန်ကျမ်းမှတစ်ဆင့်စာတိုပေးပို့ခြင်းသို့မဟုတ်မျဉ်းကြောင်းစာတိုတံခါးပြေးလမ်းမကြီးမှတဆင့်အချက်အလက်သမာဓိရှိခြင်းကိုသေချာစေရန်ကျွန်ုပ်တို့အပြည့်အဝ Ascii စာသားကိုပုံနှိပ်ထုတ်ဝေနိုင်သောစာဝှက်ဖြင့်ဖော်ပြနိုင်သည်။

နမူနာ

ကိုးကားထားသောပုံနှိပ်နိုင်သော string ကို 8-bit ascii string သို့ decode လုပ်ပါ။

 <? PHP
$ str = "ဟဲလို = 0 င်လိမ့်မယ်" ;
Echo Quoted_Decode ( $ str ) ;
>

အထက်ပါကုဒ်၏ browser output ကို:

 မင်္ဂလာပါကမ္ဘာလောက။

အထက်ပါကုဒ်၏ HTML output သည်အောက်ပါအတိုင်းဖြစ်သည် (အရင်းအမြစ်ကုဒ်ကိုကြည့်ပါ):

 မင်္ဂလာပါ
ကမ္ဘာ။

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

သဒ္ဒါ

 quoted_printable_decode ( string )
တေးရေး ဖေါ်ပြ
ကြိုး လိုအပ်ပါတယ် decoded ခံရဖို့ကိုးကား - ပုံနှိပ်ထုတ်လွှင့် string ကိုဖေါ်ပြသည်။
သက်ဆိုင်သောဖင်ခှ်ရှင်းများ
  • ယုတ္တိဖြစ်သောဟေဗြဲဘာသာကို Visual-Hebrew သို့ပြောင်းရန်နှင့်အသစ်များပြောင်းလဲပါ hebrevc

    hebrevc

    ယုတ္တိဖြစ်သောဟေဗြဲဘာ
  • uuencode encoded string ကို decode convert_uudecode

    convert_uudecode

    uuencodeencodedstrin
  • string တစ်ခု၏ Sha1 hash တန်ဖိုးကိုတွက်ချက်ပါ sha1

    sha1

    stringတစ်ခု၏Sha1hash
  • substring များ၏ကွိ၏အရေအတွက်ကိုတွက်ချက် substr_count

    substr_count

    substringများ၏ကွိ၏အရ
  • Arrays သို့ CSV strings ကိုခွဲခြမ်းစိတ်ဖြာ str_getcsv

    str_getcsv

    Arraysသို့CSVstrings
  • ကြိုးများ၌အလွှာများ၏ပထမ ဦး ဆုံးဖြစ်ပျက်မှုကိုရှာပါ strpos

    strpos

    ကြိုးများ၌အလွှာများ၏
  • string ကိုပြောင်းပြန် strrev

    strrev

    stringကိုပြောင်းပြန်
  • အဆိုပါ stream ဖို့ format ချ string ကိုရေးပါ fprintf

    fprintf

    အဆိုပါstreamဖို့form
လူကြိုက်များသော ဆောင်းပါးများ