検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 223 for utf (0.019 sec.)
はじめに 5374
« XML パーサ インストール/設定 » PHP Manual XML パーサ はじめに はじめに XML (eXtensible Markup ... ース 文字エンコーディング 、 US-ASCII , ISO-8859-1 , UTF-8 がPHPでサポートされます。 UTF-16 はサポートさ れ ...
https://man.plustar.jp/php/intro.xml.html - [similar]
5374
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... $orfilename = $entries [ $index ]-> getName (); //UTF-8 encoded $filesize = $entries [ $index ]-> getUnp ... 2231 = 'Content-Disposition: attachment; filename*=UTF-8\'\'%s' ; $formatDef = 'Content-Disposition: atta ... ction_exists ( 'iconv' )) $orfilename = @ iconv ( "UTF-8" , "ISO-8859-1//TRANSLIT" , $orfilename ); $form ...
https://man.plustar.jp/php/rar.examples.html - [similar]
パラメータの値を変数にバインドする 5374
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... : テキスト文字列。 データベースのエンコーディング (UTF-8, UTF-16BE あるいは UTF-16-LE) を用いて格納されま ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
関連付けられた名前空間に新しい要素を作成する 5322
« DOMDocument::createElement DOMDocument::createEntityReference » PHP Manual DOMDocument 関連付け ... して挿入する <?php $dom = new DOMDocument ( '1.0' , 'utf-8' ); $element = $dom -> createElementNS ( 'http:/ ... ィックスの例 <?php $doc = new DOMDocument ( '1.0' , 'utf-8' ); $doc -> formatOutput = true ; $root = $doc - ... 出力は以下となります。 <?xml version="1.0" encoding="utf-8"?> <element xmlns="http://www.w3.org/2005/Atom" ...
https://man.plustar.jp/php/domdocument.createelementns.html - [similar]
新しい DOMProcessingInstruction オブジェクトを作成する 5322
« DOMProcessingInstruction DOMText » PHP Manual DOMProcessingInstruction 新しい DOMProcessingIns ... を作成する <?php $dom = new DOMDocument ( '1.0' , 'UTF-8' ); $html = $dom -> appendChild (new DOMElement ... 出力は以下となります。 <?xml version="1.0" encoding="UTF-8"?> <html><body><?php echo "Hello World"; ?></bod ...
https://man.plustar.jp/php/domprocessinginstruction.construct.html - [similar]
直近に発生したエラーを返す 5322
« json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP ... グが違います JSON_ERROR_SYNTAX 構文エラー JSON_ERROR_UTF8 正しくエンコードされていないなど、不正な形式の UT ... コードできないプロパティ名が渡されました JSON_ERROR_UTF16 おそらく正しくエンコードされていない、不正な UTF ... ax error, malformed JSON' ; break; case JSON_ERROR_UTF8 : echo ' - Malformed UTF-8 characters, possibly i ... or() と json_encode() の組み合わせ <?php // 無効な UTF8 シーケンス $text = "\xB1\x31" ; $json = json_enco ...
https://man.plustar.jp/php/function.json-last-error.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 5322
« mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの ... b_convert_encoding ( $str , "SJIS" ); /* EUC-JPからUTF-7に変換 */ $str = mb_convert_encoding ( $str , "UT ... anguage が "Japanese" の場合 "auto" は、"ASCII,JIS,UTF-8,EUC-JP,SJIS" に展開される */ $str = mb_convert_e ...
https://man.plustar.jp/php/function.mb-convert-encoding.html - [similar]
定義済み定数 5322
« リソース型 例 » PHP Manual PCRE 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... preg_last_error() から返されます。 5.2.0 PREG_BAD_UTF8_ERROR 壊れている UTF8 データによって直近のエラーが ... 発生した場合に preg_last_error() から返されます ( UTF-8 モード で正規表現を実行した場合のみ)。 5.2.0 PRE ... G_BAD_UTF8_OFFSET_ERROR オフセットが妥当な UTF-8 コードポイン ... 対応しない場合に preg_last_error() から返されます ( UTF-8 モード で正規表現を実行した場合のみ)。 5.3.0 PRE ...
https://man.plustar.jp/php/pcre.constants.html - [similar]
パラメータを変数にバインドする 5322
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... : テキスト文字列。 データベースのエンコーディング (UTF-8, UTF-16BE あるいは UTF-16-LE) を用いて格納されま ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
iconv 拡張モジュールの内部設定変数を取得する 5280
« iconv 関数 iconv_mime_decode_headers » PHP Manual iconv 関数 iconv 拡張モジュールの内部設定変数 ... <?php iconv_set_encoding ( "internal_encoding" , "UTF-8" ); iconv_set_encoding ( "output_encoding" , "IS ... put_encoding] => ISO-8859-1 [internal_encoding] => UTF-8 ) 参考 iconv_set_encoding() - 文字エンコーディン ...
https://man.plustar.jp/php/function.iconv-get-encoding.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT