現在の位置: ホーム> 関数カテゴリ一覧> quoted_printable_decode

quoted_printable_decode

引用符で印刷可能な文字列を8ビット文字列に変換する
名前:quoted_printable_decode
カテゴリ:
対応言語:php
一言説明:引用された印刷可能な文字列を8ビット文字列に変換します。

引用された印刷可能な文字列を8ビットASCII文字列にデコードします。

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token variable">$ str</span> <span class="token operator">=</span> <span class="token string double-quoted-string">"hello = 0aworld。"</span> <span class="token punctuation">;</span>
<span class="token keyword">echo</span> <span class="token function">quoted_printable_decode</span> <span class="token punctuation">(</span> <span class="token variable">$ str</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

上記のコードのブラウザ出力:

こんにちは世界。

上記のコードのHTML出力は次のとおりです(ソースコードを参照):

こんにちは
世界。

自分で試してみてください

類似の関数
  • htmlspecialchars()およびhtmlentities()を使用した後、変換テーブルを返します get_html_translation_table

    get_html_translation_table

    htmlspecialchars()およ
  • 症例感受性STRSTR stristr

    stristr

    症例感受性STRSTR
  • CRC32多項式の文字列を計算します crc32

    crc32

    CRC32多項式の文字列を計算します
  • 2つの文字列間の類似性を計算します similar_text

    similar_text

    2つの文字列間の類似性を計算します
  • タグ分割文字列 strtok

    strtok

    タグ分割文字列
  • 文字列の最初と端からスペース(または他の文字)を削除します trim

    trim

    文字列の最初と端からスペース(または他の
  • 文字列の先頭にあるいくつかの文字のバイナリ安全な比較 strncmp

    strncmp

    文字列の先頭にあるいくつかの文字のバイナ
  • STRSTRのエイリアス strchr

    strchr

    STRSTRのエイリアス