検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 109 for convert (0.010 sec.)
レコードを削除する 6377
« pg_dbname pg_end_copy » PHP Manual PostgreSQL 関数 レコードを削除する pg_delete (PHP 4 >= 4.3. ... s が指定された場合、指定したオプションを つけて pg_convert() が conditions に適用されます。 デフォルトでは、 ... SQL_DML_ESCAPE が設定されている場合は、内部的に pg_convert() を呼びません。 戻り値 成功した場合に true を、失 ... User must have sent wrong inputs\n" ; } ?> 参考 pg_convert() - 連想配列の値を、SQL 文として実行可能な形式に変 ...
https://man.plustar.jp/php/function.pg-delete.html - [similar]
PHP 7.4.x で推奨されなくなる機能 6377
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 ... されます。 基数を変更する関数における不正な文字 base_convert() , bindec() , octdec() および hexdec() 関数に不正 ... すが、Unicode RTL のサポートを使う方が好ましいです。 convert_cyr_string() 関数 convert_cyr_string() 関数は推奨さ ... れません。 mb_convert_string() , iconv() または UConverter のいずれかで置 ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
マルチバイト文字列 関数 6377
« PHP の文字エンコーディングに関する要件 mb_check_encoding » PHP Manual マルチバイト文字列 マルチ ... — Unicode のコードポイントに対応する文字を返す mb_convert_case — 文字列に対してケースフォールディングを行う ... mb_convert_encoding — ある文字エンコーディングの文字列を、別の ... 文字エンコーディングに変換する mb_convert_kana — カナを("全角かな"、"半角かな"等に)変換する ... mb_convert_variables — 変数の文字コードを変換する mb_decode_m ...
https://man.plustar.jp/php/ref.mbstring.html - [similar]
テーブルに配列を挿入する 6326
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ... s が指定されている場合、そのオプションと ともに pg_convert() が values に適用されます。 デフォルトでは、 pg_i ... SQL_DML_ESCAPE が設定されている場合は、内部的に pg_convert() を呼びません。 戻り値 成功した場合に true を、失 ... User must have sent wrong inputs\n" ; } ?> 参考 pg_convert() - 連想配列の値を、SQL 文として実行可能な形式に変 ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
エントリの名前を取得する 6326
« RarEntry::getMethod RarEntry::getPackedSize » PHP Manual RarEntry エントリの名前を取得する Rar ... 。 // UTF-8 でエンコードされているページの場合は mb_convert_encoding は不要です。 $rar_file = rar_open ( 'exam ... ントリは見つかりません" ); echo "Entry name: " . mb_convert_encoding ( htmlentities ( $entry -> getName (), EN ...
https://man.plustar.jp/php/rarentry.getname.html - [similar]
関数エイリアスのリスト 6224
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... ts fwrite() Base syntax gzputs gzwrite() Zlib i18n_convert mb_convert_encoding() Multi-bytes Strings i18n_dis ... oding() Multi-bytes Strings i18n_ja_jp_hantozen mb_convert_kana() Multi-bytes Strings i18n_mime_header_decode ...
https://man.plustar.jp/php/aliases.html - [similar]
HTML 数値エンティティを文字にデコードする 6224
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... b_strlen ( $str , 'UTF-8' ); $utf32 = bin2hex ( mb_convert_encoding ( $str , 'UTF-32' , 'UTF-8' )); for ( $i ... ) { $u = substr ( $utf32 , $i * 8 , 8 ); $v = base_convert ( $u , 16 , 10 ); if ( $v < 256 && $map [ $v ]) { ... { $encoded .= '\\u2029' ; } else { $encoded .= mb_convert_encoding ( hex2bin ( $u ), 'UTF-8' , 'UTF-32' ); } ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
文字列 6020
« ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定 ... する chunk_split — 文字列をより小さな部分に分割する convert_cyr_string — キリル文字セットを他のものに変換する ... ert_uudecode — uuencode された文字列をデコードする convert_uuencode — 文字列を uuencode する count_chars — 文 ...
https://man.plustar.jp/php/book.strings.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 6020
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換 ... のみ利用可能でした。 例 例1 Basic examples <?php // Convert the string 'Zoë' from UTF-8 to ISO 8859-1 $utf8_st ... encode() - ISO-8859-1 文字列を UTF-8 に変換する mb_convert_encoding() - ある文字エンコーディングの文字列を、別 ... の文字エンコーディングに変換する UConverter::transcode() - ある文字エンコーディングから別の文 ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
ISO-8859-1 文字列を UTF-8 に変換する 6020
« utf8_decode vfprintf » PHP Manual String 関数 ISO-8859-1 文字列を UTF-8 に変換する utf8_encode ... にのみ利用可能でした。 例 例1 Basic example <?php // Convert the string 'Zoë' from ISO 8859-1 to UTF-8 $iso8859 ... ISO-8859-1 に変換し、表現できない文字を置換する mb_convert_encoding() - ある文字エンコーディングの文字列を、別 ... の文字エンコーディングに変換する UConverter::transcode() - ある文字エンコーディングから別の文 ...
https://man.plustar.jp/php/function.utf8-encode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT