Results of 1 - 10 of about 26 for quoted (0.001 sec.)
- 8 ビット文字列を quoted-printable 文字列に変換する 12580
- « quoted_printable_decode quotemeta » PHP Manual String 関数 8 ビット文字列を quoted-printable 文
...
字列に変換する quoted_printable_encode (PHP 5 >= 5.3.0, PHP 7, PHP 8) qu ...
oted_printable_encode — 8 ビット文字列を quoted-printable 文字列に変換する 説明 quoted_printable_e ...
: string » RFC2045 の section 6.7 に従って作成した quoted printable 文字列を返します。 この関数は imap_8bit( ...
。 戻り値 エンコードされた文字列を返します。 例 例1 quoted_printable_encode() の例 <?php $encoded = quoted_pr ...
-
https://man.plustar.jp/php/function.quoted-printable-encode.html
- [similar]
- quoted-printable 文字列を 8 ビット文字列に変換する 12497
- « printf quoted_printable_encode » PHP Manual String 関数 quoted-printable 文字列を 8 ビット文字
...
列に変換する quoted_printable_decode (PHP 4, PHP 5, PHP 7, PHP 8) quot ...
ed_printable_decode — quoted-printable 文字列を 8 ビット文字列に変換する 説明 q ...
able_decode ( string $string ): string この関数は、quoted printable 文字列をデコードし、 8 ビットバイナリ文字 ...
。 戻り値 8 ビットバイナリ文字列を返します。 例 例1 quoted_printable_decode() の例 <?php $encoded = quoted_pr ...
-
https://man.plustar.jp/php/function.quoted-printable-decode.html
- [similar]
- 8 ビット文字列を quoted-printable 文字列に変換する 10761
- « IMAP 関数 imap_alerts » PHP Manual IMAP 関数 8 ビット文字列を quoted-printable 文字列に変換する
...
PHP 5, PHP 7, PHP 8) imap_8bit — 8 ビット文字列を quoted-printable 文字列に変換する 説明 imap_8bit ( string ...
» RFC2045 , 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]
- quoted-printable 文字列を 8 ビット文字列に変換する 10761
- « imap_ping imap_rename » PHP Manual IMAP 関数 quoted-printable 文字列を 8 ビット文字列に変換する
...
_qprint (PHP 4, PHP 5, PHP 7, PHP 8) imap_qprint — quoted-printable 文字列を 8 ビット文字列に変換する 説明 i ...
tring | false ( » RFC2045 , section 6.7 に基づき)quoted-printable 文字列を 8 ビット文字列に変換します。 パ ...
ラメータ string quoted-printable 文字列。 戻り値 8 ビット文字列を返します ...
lse を返します 参考 imap_8bit() - 8 ビット文字列を quoted-printable 文字列に変換する 関連キーワード: able , ...
-
https://man.plustar.jp/php/function.imap-qprint.html
- [similar]
- 現在の言語を設定あるいは取得する 9802
- « mb_internal_encoding mb_list_encodings » PHP Manual マルチバイト文字列 関数 現在の言語を設定あ
...
エンコーディング エイリアス German/de ISO-8859-15 Quoted-Printable Deutsch English/en ISO-8859-1 Quoted-Pri ...
ntable Armenian/hy ArmSCII-8 Quoted-Printable Japanese/ja ISO-2022-JP BASE64 Korean/ko ...
2-KR BASE64 neutral UTF-8 BASE64 Russian/ru KOI8-R Quoted-Printable Turkish/tr ISO-8859-9 Quoted-Printable U ...
krainian/ua KOI8-U Quoted-Printable uni UTF-8 BASE64 universal Simplified Ch ...
-
https://man.plustar.jp/php/function.mb-language.html
- [similar]
- 変換フィルタ 9720
- « 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ
...
se ( $fp ); /* 出力: This is a test. */ ?> convert.quoted-printable-encode と convert.quoted-printable-decod ...
デコードフィルタはすべてのストリームデータに 対して quoted_printable_decode() 関数を適用するのと 同じ動作をし ...
ます。 convert.quoted-printable-encode に対応する関数は存在しません。 co ...
nvert.quoted-printable-encode は、パラメータを 連想配列形式で受 ...
-
https://man.plustar.jp/php/filters.convert.html
- [similar]
- クエリ用の文字列をクオートする 8877
- « PDO::query PDO::rollBack » PHP Manual PDO クエリ用の文字列をクオートする PDO::quote (PHP 5 >=
...
); /* 単純な文字列 */ $string = 'Nice' ; print "Unquoted string: $string \n" ; print "Quoted string: " . $c ...
ing ) . "\n" ; ?> 上の例の出力は以下となります。 Unquoted string: Nice Quoted string: 'Nice' 例2 危険な文字列 ...
な文字列 */ $string = 'Naughty \' string' ; print "Unquoted string: $string \n" ; print "Quoted string:" . $co ...
ing ) . "\n" ; ?> 上の例の出力は以下となります。 Unquoted string: Naughty ' string Quoted string: 'Naughty ' ...
-
https://man.plustar.jp/php/pdo.quote.html
- [similar]
- MIME ヘッダフィールドを作成する 8034
- « iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i
...
るでしょう。"B" は base64 エンコードを、また "Q" は quoted-printable エンコードを表します。 B B input-charset ...
字列をエンコードする imap_8bit() - 8 ビット文字列を quoted-printable 文字列に変換する quoted_printable_encode ...
() - 8 ビット文字列を quoted-printable 文字列に変換する 関連キーワード: フィール ...
-
https://man.plustar.jp/php/function.iconv-mime-encode.html
- [similar]
- 文字列 7703
- « ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定
...
出力する printf — フォーマット済みの文字列を出力する quoted_printable_decode — quoted-printable 文字列を 8 ビッ ...
ト文字列に変換する quoted_printable_encode — 8 ビット文字列を quoted-printab ...
-
https://man.plustar.jp/php/book.strings.html
- [similar]
- String 関数 7703
- « 定義済み定数 addcslashes » PHP Manual 文字列 String 関数 String 関数 参考 より強力な文字列処理
...
出力する printf — フォーマット済みの文字列を出力する quoted_printable_decode — quoted-printable 文字列を 8 ビッ ...
ト文字列に変換する quoted_printable_encode — 8 ビット文字列を quoted-printab ...
-
https://man.plustar.jp/php/ref.strings.html
- [similar]