Results of 1 - 10 of about 23 for Printable (0.003 sec.)
- 8 ビット文字列を quoted-printable 文字列に変換する 12651
- « quoted_printable_decode quotemeta » PHP Manual String 関数 8 ビット文字列を quoted-printable 文
...
字列に変換する quoted_printable_encode (PHP 5 >= 5.3.0, PHP 7, PHP 8) quoted_print ...
able_encode — 8 ビット文字列を quoted-printable 文字列に変換する 説明 quoted_printable_encode ( st ...
g » RFC2045 の section 6.7 に従って作成した quoted printable 文字列を返します。 この関数は imap_8bit() に似てい ...
値 エンコードされた文字列を返します。 例 例1 quoted_printable_encode() の例 <?php $encoded = quoted_printable_en ...
-
https://man.plustar.jp/php/function.quoted-printable-encode.html
- [similar]
- quoted-printable 文字列を 8 ビット文字列に変換する 12550
- « printf quoted_printable_encode » PHP Manual String 関数 quoted-printable 文字列を 8 ビット文字
...
列に変換する quoted_printable_decode (PHP 4, PHP 5, PHP 7, PHP 8) quoted_printab ...
le_decode — quoted-printable 文字列を 8 ビット文字列に変換する 説明 quoted_prin ...
code ( string $string ): string この関数は、quoted printable 文字列をデコードし、 8 ビットバイナリ文字列を返しま ...
値 8 ビットバイナリ文字列を返します。 例 例1 quoted_printable_decode() の例 <?php $encoded = quoted_printable_en ...
-
https://man.plustar.jp/php/function.quoted-printable-decode.html
- [similar]
- quoted-printable 文字列を 8 ビット文字列に変換する 10322
- « imap_ping imap_rename » PHP Manual IMAP 関数 quoted-printable 文字列を 8 ビット文字列に変換する
...
(PHP 4, PHP 5, PHP 7, PHP 8) imap_qprint — quoted-printable 文字列を 8 ビット文字列に変換する 説明 imap_qprint ...
false ( » RFC2045 , section 6.7 に基づき)quoted-printable 文字列を 8 ビット文字列に変換します。 パラメータ s ...
tring quoted-printable 文字列。 戻り値 8 ビット文字列を返します。 失敗した ...
返します 参考 imap_8bit() - 8 ビット文字列を quoted-printable 文字列に変換する 関連キーワード: able , 変換 , ted ...
-
https://man.plustar.jp/php/function.imap-qprint.html
- [similar]
- 8 ビット文字列を quoted-printable 文字列に変換する 10288
- « IMAP 関数 imap_alerts » PHP Manual IMAP 関数 8 ビット文字列を quoted-printable 文字列に変換する
...
PHP 7, PHP 8) imap_8bit — 8 ビット文字列を quoted-printable 文字列に変換する 説明 imap_8bit ( string $string ) ...
45 , section 6.7 に基づき) 8 ビット文字列を quoted-printable 文字列に変換します。 パラメータ string 変換する 8 ...
ビット文字列。 戻り値 quoted-printable 文字列を返します。 失敗した場合に false を返します ...
参考 imap_qprint() - quoted-printable 文字列を 8 ビット文字列に変換する 関連キーワード: ...
-
https://man.plustar.jp/php/function.imap-8bit.html
- [similar]
- 現在の言語を設定あるいは取得する 9886
- « mb_internal_encoding mb_list_encodings » PHP Manual マルチバイト文字列 関数 現在の言語を設定あ
...
コーディング エイリアス German/de ISO-8859-15 Quoted-Printable Deutsch English/en ISO-8859-1 Quoted-Printable Arm ...
enian/hy ArmSCII-8 Quoted-Printable Japanese/ja ISO-2022-JP BASE64 Korean/ko ISO-2022- ...
SE64 neutral UTF-8 BASE64 Russian/ru KOI8-R Quoted-Printable Turkish/tr ISO-8859-9 Quoted-Printable Ukrainian/u ...
a KOI8-U Quoted-Printable uni UTF-8 BASE64 universal Simplified Chinese/zh-c ...
-
https://man.plustar.jp/php/function.mb-language.html
- [similar]
- 変換フィルタ 9501
- « 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ
...
p ); /* 出力: This is a test. */ ?> convert.quoted-printable-encode と convert.quoted-printable-decode これらの ...
ドフィルタはすべてのストリームデータに 対して quoted_printable_decode() 関数を適用するのと 同じ動作をします。 con ...
vert.quoted-printable-encode に対応する関数は存在しません。 convert.quot ...
ed-printable-encode は、パラメータを 連想配列形式で受け取ること ...
-
https://man.plustar.jp/php/filters.convert.html
- [similar]
- 空白以外の印字可能な文字かどうかを調べる 8713
- « ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype
...
ho "The string ' $name ' consists of all (visibly) printable characters.\n" ; } else { echo "The string ' $name ...
' does not consist of all (visibly) printable characters.\n" ; } } ?> 上の例の出力は以下となりま ...
string 'string1' does not consist of all (visibly) printable characters. The string 'string2' consists of all ( ...
visibly) printable characters. The string 'string3' consists of all ( ...
-
https://man.plustar.jp/php/function.ctype-graph.html
- [similar]
- 印字可能な文字かどうかを調べる 8713
- « ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PH
...
se )) { echo "The string ' $name ' consists of all printable characters.\n" ; } else { echo "The string ' $name ...
' does not consist of all printable characters.\n" ; } } ?> 上の例の出力は以下となりま ...
す。 The string 'string1' does not consist of all printable characters. The string 'string2' consists of all p ...
e characters. The string 'string3' consists of all printable characters. 参考 ctype_cntrl() - 制御文字かどうかを ...
-
https://man.plustar.jp/php/function.ctype-print.html
- [similar]
- MIME ヘッダフィールドを作成する 8060
- « iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i
...
ょう。"B" は base64 エンコードを、また "Q" は quoted-printable エンコードを表します。 B B input-charset string 第 ...
エンコードする imap_8bit() - 8 ビット文字列を quoted-printable 文字列に変換する quoted_printable_encode() - 8 ビッ ...
ト文字列を quoted-printable 文字列に変換する 関連キーワード: フィールド , ヘッ ...
-
https://man.plustar.jp/php/function.iconv-mime-encode.html
- [similar]
- 文字列 7708
- « ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定
...
printf — フォーマット済みの文字列を出力する quoted_printable_decode — quoted-printable 文字列を 8 ビット文字列に ...
変換する quoted_printable_encode — 8 ビット文字列を quoted-printable 文字列に ...
-
https://man.plustar.jp/php/book.strings.html
- [similar]