検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 223 for utf (0.020 sec.)
IMAP、POP3 および NNTP 6195
« メール関連 はじめに » PHP Manual メール関連 IMAP、POP3 および NNTP IMAP、POP3 および NNTP はじ ... _msgno — 指定した UID のメッセージ番号を返す imap_mutf7_to_utf8 — 修正UTF-7文字列をUTF-8にデコードする im ... ap_unsubscribe — メールボックスの購読をやめる imap_utf7_decode — 修正版 UTF-7 エンコードされた文字列をデコ ... ードする imap_utf7_encode — ISO-8859-1 文字列を修正版 UTF-7 テキスト ... に変換する imap_utf8_to_mutf7 — UTF-8 文字列を修正UTF-7にエンコードする ...
https://man.plustar.jp/php/book.imap.html - [similar]
文字列に対してケースフォールディングを行う 6154
« mb_chr mb_convert_encoding » PHP Manual マルチバイト文字列 関数 文字列に対してケースフォールデ ... ; $str = mb_convert_case ( $str , MB_CASE_UPPER , "UTF-8" ); echo $str ; // Prints MARY HAD A LITTLE LAMB ... O $str = mb_convert_case ( $str , MB_CASE_TITLE , "UTF-8" ); echo $str ; // Prints Mary Had A Little Lamb ... And She Loved It So ?> 例2 非ラテン UTF-8 テキストでの mb_convert_case() の例 <?php $str = ... ; $str = mb_convert_case ( $str , MB_CASE_UPPER , "UTF-8" ); echo $str ; // 結果は ΤΆΧΙΣΤΗ ΑΛΏΠΗΞ ΒΑΦΉΣ Ψ ...
https://man.plustar.jp/php/function.mb-convert-case.html - [similar]
IMAP 関数 6102
« 定義済み定数 imap_8bit » PHP Manual IMAP IMAP 関数 IMAP 関数 参考 この文書では、提供される関数 ... _msgno — 指定した UID のメッセージ番号を返す imap_mutf7_to_utf8 — 修正UTF-7文字列をUTF-8にデコードする im ... ap_unsubscribe — メールボックスの購読をやめる imap_utf7_decode — 修正版 UTF-7 エンコードされた文字列をデコ ... ードする imap_utf7_encode — ISO-8859-1 文字列を修正版 UTF-7 テキスト ... に変換する imap_utf8_to_mutf7 — UTF-8 文字列を修正UTF-7にエンコードする ...
https://man.plustar.jp/php/ref.imap.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 6050
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変 ... ring のエンコーディングについて知りませんし、 特に UTF-8 や UTF-16 のようなマルチバイトエンコーディングに ... { echo "\$str の先頭は改行文字です。\n" ; } ?> 例2 UTF-8 の文字列をバイト単位で調べる <?php declare( enco ... ding = 'UTF-8' ); $str = "?" ; for ( $pos = 0 ; $pos < strlen ...
https://man.plustar.jp/php/function.ord.html - [similar]
実行時設定 6050
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... mbstring.language = neutral; デフォルト言語を中立(UTF-8)に設定 (デフォルト) mbstring.language = English; ... ディングを使用すること mbstring.internal_encoding = UTF-8 ; 内部エンコーディングを UTF-8 に設定 ;; HTTP入力 ... SJIS ; HTTP入力をSJISに設定 mbstring.http_input = UTF-8,SJIS,EUC-JP ; 順番を指定 ;; デフォルトのHTTP出力 ... _output = pass ; 変換しない mbstring.http_output = UTF-8 ; HTTP出力エンコーディングを ; UTF-8 に指定 ;; デ ...
https://man.plustar.jp/php/mbstring.configuration.html - [similar]
Windows のサポート 5904
« その他の変更 PHP 5.6.x から PHP 7.0.x への移行 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 ... Windows のサポート Windows のサポート 長いpath と UTF-8のpath のサポート Webアプリケーションが UTF-8 に対 ... 応しているなら、追加の作業は必要ありません。 UTF-8 でないpathへの I/O に依存したアプリケーションにつ ... 、現在のコードページを取得します sapi_windows_cp_is_utf8() sapi_windows_cp_conv() は、iconv() 互換のシグネ ... 他のいくつかのコードページを出力しますが、 これらは UTF-8 で表示すれば正しく表示できます。 同じシステム上で ...
https://man.plustar.jp/php/migration71.windows-support.html - [similar]
新しい要素ノードを作成する 5759
« DOMDocument::createDocumentFragment DOMDocument::createElementNS » PHP Manual DOMDocument 新し ... して挿入する <?php $dom = new DOMDocument ( '1.0' , 'utf-8' ); $element = $dom -> createElement ( 'test' , ... 出力は以下となります。 <?xml version="1.0" encoding="utf-8"?> <test>This is the root element!</test> 例2 & ... e に渡す例 <?php $dom = new DOMDocument ( '1.0' , 'utf-8' ); $element = $dom -> createElement ( 'foo' , ' ... /in/BjTCg on line 4 <?xml version="1.0" encoding="utf-8"?> <foo/> 注意 注意 : value は エスケープされませ ...
https://man.plustar.jp/php/domdocument.createelement.html - [similar]
MIME ヘッダフィールドを作成する 5665
« iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i ... する文字セットを指定します。 iconv.internal_encoding UTF-8 line-length int ヘッダ行の長さの最大値を指定しま ... ut-charset" => "ISO-8859-1" , "output-charset" => "UTF-8" , "line-length" => 76 , "line-break-chars" => " ... ces [ "scheme" ] = "Q" ; // この結果は "Subject: =?UTF-8?Q?Pr=C3=BCfung=20Pr=C3=BCfung?=" となります。 ec ... ces [ "scheme" ] = "B" ; // この結果は "Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=" となります。 echo ...
https://man.plustar.jp/php/function.iconv-mime-encode.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 5613
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... を返すのではなく Unicode の置換文字に置き換えます。 UTF-8 の場合は U+FFFD、それ以外の場合は &#FFFD; となり ... て無効な符号位置を、Unicode の代替文字である U+FFFD (UTF-8) あるいは &#FFFD; で置き換えます。 これを設定しな ... ロ記号やフランス・フィンランドの文字を追加したもの。 UTF-8 ASCII 互換のマルチバイト 8 ビット Unicode 。 cp8 ... 空の文字列 echo htmlentities ( $str , ENT_QUOTES , "UTF-8" ); // 出力: "!!!" echo htmlentities ( $str , EN ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
はじめに 5613
« XMLReader インストール/設定 » PHP Manual XMLReader はじめに はじめに XMLReader 拡張モジュールは ... 止まります。 エンコーディング 内部的には、libxml は UTF-8 エンコーディングを使用しています。 したがって、取 ... 得したデータはすべて UTF-8 エンコーディングに変換されます。 関連キーワード: ...
https://man.plustar.jp/php/intro.xmlreader.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT