検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 223 for utf (0.019 sec.)
UTF-8 文字列を修正UTF-7にエンコードする 10852
« imap_utf7_encode imap_utf8 » PHP Manual IMAP 関数 UTF-8 文字列を修正UTF-7にエンコードする imap ... _utf8_to_mutf7 (PHP 5 >= 5.3.0, PHP 7, PHP 8) imap_utf8 ... _to_mutf7 — UTF-8 文字列を修正UTF-7にエンコードする 説明 im ... ap_utf8_to_mutf7 ( string $string ): string | false UTF-8 ... 文字列を、修正UTF-7(RFC 2060, section 5.1.3)にエンコードします。 注意 ...
https://man.plustar.jp/php/function.imap-utf8-to-mutf7.html - [similar]
修正UTF-7文字列をUTF-8にデコードする 10707
« imap_msgno imap_num_msg » PHP Manual IMAP 関数 修正UTF-7文字列をUTF-8にデコードする imap_mutf7 ... _to_utf8 (PHP 5 >= 5.3.0, PHP 7, PHP 8) imap_mutf7_to_utf8 ... — 修正UTF-7文字列をUTF-8にデコードする 説明 imap_mutf7_to_ut ... f8 ( string $string ): string | false 修正UTF-7(RFC 2060, section 5.1.3)文字列を UTF-8 にデコード ... します。 注意 : この関数は libcclient が utf8_to_mutf7() をエクスポートした場合にのみ利用できま ...
https://man.plustar.jp/php/function.imap-mutf7-to-utf8.html - [similar]
サポートされる文字エンコーディング 10509
« HTTP 入出力 関数のオーバーロード機能 » PHP Manual マルチバイト文字列 サポートされる文字エンコー ... ます。 UCS-4* UCS-4BE UCS-4LE* UCS-2 UCS-2BE UCS-2LE UTF-32* UTF-32BE* UTF-32LE* UTF-16* UTF-16BE* UTF-16LE ... * UTF-7 UTF7-IMAP UTF-8* ASCII* EUC-JP* SJIS* eucJP-win* ... ) SJIS-Mobile#SOFTBANK (エイリアス: SJIS-SOFTBANK) UTF-8-Mobile#DOCOMO (エイリアス: UTF-8-DOCOMO) UTF-8-M ... obile#KDDI-A UTF-8-Mobile#KDDI-B (エイリアス: UTF-8-KDDI) UTF-8-Mob ...
https://man.plustar.jp/php/mbstring.supported-encodings.html - [similar]
ある文字エンコーディングから別の文字エンコーディングに文字列を変換する 9449
« UConverter::toUCallback Grapheme 関数 » PHP Manual UConverter ある文字エンコーディングから別の ... を返します。 失敗した場合に false を返します 例 例1 UTF-8 から UTF-16 に変換し、UTF-8 に戻す例 <?php $utf8 ... _string = "\x5A\x6F\xC3\xAB" ; // 'Zoë' in UTF-8 $utf16_string = UConverter :: transcode ( $utf8_ ... string , 'UTF-16BE' , 'UTF-8' ); echo bin2hex ( $utf16_string ), ... "\n" ; $new_utf8_string = UConverter :: transcode ( $utf16_string ...
https://man.plustar.jp/php/uconverter.transcode.html - [similar]
修正版 UTF-7 エンコードされた文字列をデコードする 8472
« imap_unsubscribe imap_utf7_encode » PHP Manual IMAP 関数 修正版 UTF-7 エンコードされた文字列を ... デコードする imap_utf7_decode (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf7_dec ... ode — 修正版 UTF-7 エンコードされた文字列をデコードする 説明 imap_u ... 7_decode ( string $string ): string | false 修正版 UTF-7 の string を ISO-8859-1 文字列に デコードします。 ... ドする際に 必要となります。 パラメータ string 修正版 UTF-7 エンコーディングの文字列。このエンコーディングに ...
https://man.plustar.jp/php/function.imap-utf7-decode.html - [similar]
文字エンコーディング検出順序を設定あるいは取得する 8472
« mb_detect_encoding mb_encode_mimeheader » PHP Manual マルチバイト文字列 関数 文字エンコーディン ... スがあった場合、 エンコーディング検出は失敗します。 UTF-8 , UTF-7 , ASCII , EUC-JP , SJIS , eucJP-win , SJ ... 場合、 mbstring は常に ISO-8859-* として検出します。 UTF-16 , UTF-32 , UCS2 , UCS4 の場合、 エンコーディング ... 出順を設定 */ mb_detect_order ( "eucjp-win,sjis-win,UTF-8" ); /* 配列で検出順を設定 */ $ary [] = "ASCII" ; ... 59-1 として検出されます detect_order = ISO-8859-1, UTF-8 ; ASCII/UTF-7 の値は UTF-8 として有効なため、常に ...
https://man.plustar.jp/php/function.mb-detect-order.html - [similar]
ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する 8285
« imap_utf7_decode imap_utf8_to_mutf7 » PHP Manual IMAP 関数 ISO-8859-1 文字列を修正版 UTF-7 テキ ... ストに変換する imap_utf7_encode (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf7_enc ... ode — ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する 説明 imap_utf7_encode ( strin ... g $string ): string string を修正版 UTF-7 テキストに変換します。 この関数は、ある種の非 AS ... string ISO-8859-1 文字列。 戻り値 string を修正版 UTF-7 でエンコードした文字列を返します。 このエンコーデ ...
https://man.plustar.jp/php/function.imap-utf7-encode.html - [similar]
サポートされるエンコーディングの概要 8035
« 定義済み定数 日本語のマルチバイト文字に関する基本事項 » PHP Manual マルチバイト文字列 サポート ... 文字列が常にリトルエンディアン形式とみなされます。 UTF-32 Unicode 32 ビット幅の Unicode 変換フォーマットで ... づいてそれ以降のバイト列のエンディアンを識別します。 UTF-32BE Unicode 上を参照ください。 UTF-32 とは対照的に ... 文字列が常にビッグエンディアン形式とみなされます。 UTF-32LE Unicode 上を参照ください。 UTF-32 とは対照的に ... 文字列が常にリトルエンディアン形式とみなされます。 UTF-16 Unicode 16 ビット幅の Unicode 変換フォーマットで ...
https://man.plustar.jp/php/mbstring.encodings.html - [similar]
MIME エンコードされたテキストを UTF-8 に変換する 7994
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF- ... 8 に変換する imap_utf8 (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf8 — MIME エン ... コードされたテキストを UTF-8 に変換する 説明 imap_utf8 ( string $mime_encoded ... が知っている場合は、 指定した mime_encoded_text を UTF-8 に変換します。 知らない場合は、指定されたテキスト ... はデコードされますが、UTF-8 には変換されません。 パラメータ mime_encoded_tex ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 7994
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換 ... し、表現できない文字を置換する utf8_decode (PHP 4, PHP 5, PHP 7, PHP 8) utf8_decode — ... UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表 ... 現できない文字を置換する 説明 utf8_decode ( string $string ): string この関数は、文字 ... 列 string を UTF-8 エンコードから ISO-8859-1 へ変換します。 有効な ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT