検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for codepage (0.014 sec.)
文字列のコードページを別のものに変換する 12788
« php_strip_whitespace sapi_windows_cp_get » PHP Manual その他の関数 文字列のコードページを別のも ... 換する 説明 sapi_windows_cp_conv ( int | string $in_codepage , int | string $out_codepage , string $subject ): ... のコードページを別のものに変換します。 パラメータ in_codepage subject 文字列のコードページ。 コードページの名前、 ... または識別子を指定します。 out_codepage subject を文字列が変換されるコードページ。 コードペ ... 子を指定します。 subject 変換する文字列。 戻り値 out_codepage に変換された subject 文字列。 失敗した場合は null ...
https://man.plustar.jp/php/function.sapi-windows-cp-conv.html - [similar]
DB2 データベースクライアントの情報をプロパティに保持するオブジェクトを返す 11001
« db2_bind_param db2_close » PHP Manual IBM DB2 関数 DB2 データベースクライアントの情報をプロパテ ... イアントプロパティ プロパティ名 戻り値の型 説明 APPL_CODEPAGE int アプリケーションのコードページ。 CONN_CODEPAGE ... mp ( $client -> ODBC_SQL_CONFORMANCE ); echo "APPL_CODEPAGE: " ; var_dump ( $client -> APPL_CODEPAGE ); echo " ... CONN_CODEPAGE: " ; var_dump ( $client -> CONN_CODEPAGE ); } else ... 0" ODBC_SQL_CONFORMANCE: string(8) "EXTENDED" APPL_CODEPAGE: int(819) CONN_CODEPAGE: int(819) 参考 db2_server_ ...
https://man.plustar.jp/php/function.db2-client-info.html - [similar]
現在のプロセスのコードページを設定する 9816
« sapi_windows_cp_is_utf8 sapi_windows_generate_ctrl_event » PHP Manual その他の関数 現在のプロセ ... ードページを設定する 説明 sapi_windows_cp_set ( int $codepage ): bool 現在のプロセスのコードページを設定します。 ... パラメータ codepage コードページの識別子。 戻り値 成功した場合に true ... 取得する 関連キーワード: プロセス , 設定 , windows , codepage , generate , ctrl , event , 関数 , int , パラメータ ...
https://man.plustar.jp/php/function.sapi-windows-cp-set.html - [similar]
dotnet クラスのコンストラクタ 9728
« dotnet variant » PHP Manual dotnet dotnet クラスのコンストラクタ dotnet::__construct (PHP 4 >= ... ring $assembly_name , string $datatype_name , int $codepage = CP_ACP ) 新しい dotnet オブジェクトを構築します。 ... リ中のどのクラスをインスタンス化するかを指定します。 codepage Unicode文字列の変換に使うコードページ。 詳細な情報 ... ラス , construct , パラメータ , string , datatype , codepage , アセンブリ , 名前 , 情報 , 変換 ...
https://man.plustar.jp/php/dotnet.construct.html - [similar]
variant クラスのコンストラクタ 9392
« variant COMPersistHelper » PHP Manual variant variant クラスのコンストラクタ variant::__constr ... mixed $value = null , int $type = VT_EMPTY , int $codepage = CP_ACP ) 新しい variant オブジェクトを構築します ... 関する追加情報は、 MSDN ライブラリを調べてください。 codepage 文字列をUnicodeに変換するのに使うコードページ。 詳 ... ス , オブジェクト , construct , 参照 , int , type , codepage , パラメータ , 情報 ...
https://man.plustar.jp/php/variant.construct.html - [similar]
すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す 9303
« com_event_sink com_load_typelib » PHP Manual COM関数 すでに実行中の COM オブジェクトのインスタ ... 明 com_get_active_object ( string $prog_id , ? int $codepage = null ): variant com_get_active_object() は、新し ... (たとえば Word.Application ) である必要があります。 codepage com クラスの場合と同様の働きをします。 戻り値 要求 ... べることが可能です。 変更履歴 バージョン 説明 8.0.0 codepage は、nullable になりました。 注意 警告 Web 環境で c ... , インスタンス , ハンドル , active , 関数 , 例外 , codepage , アプリケーション , 一般 ...
https://man.plustar.jp/php/function.com-get-active-object.html - [similar]
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 8118
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... マイナーバージョン 2、アップデート 1 を表します。 DB_CODEPAGE int 接続中のデータベースのコードページ。 DB_NAME s ... ER: " ; var_dump ( $server -> DBMS_VER ); echo "DB_CODEPAGE: " ; var_dump ( $server -> DB_CODEPAGE ); echo "DB ... ) "DB2/LINUX" DBMS_VER: string(10) "08.02.0000" DB_CODEPAGE: int(1208) DB_NAME: string(6) "SAMPLE" INST_NAME: ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
com クラスのコンストラクタ 7605
« com dotnet » PHP Manual com com クラスのコンストラクタ com::__construct (PHP 4 > 4.1.0, PHP 5, ... , array | string | null $server_name = null , int $codepage = CP_ACP , string $typelib = "" ) 新しい com オブジ ... ださい。 通常、それらを使わないことはないはずです。 codepage 文字列をUnicode文字列その他に変換するために使うコー ...
https://man.plustar.jp/php/com.construct.html - [similar]
variant クラス 7269
« dotnet::__construct variant::__construct » PHP Manual COM variant クラス variant クラス (PHP 4 ... mixed $value = null , int $type = VT_EMPTY , int $codepage = CP_ACP ) } variant の例 例1 variant の例 <?php $ ...
https://man.plustar.jp/php/class.variant.html - [similar]
com クラス 7181
« 配列と配列形式の COM プロパティ com::__construct » PHP Manual COM com クラス com クラス (PHP 4 ... , array | string | null $server_name = null , int $codepage = CP_ACP , string $typelib = "" ) } Overloaded Met ...
https://man.plustar.jp/php/class.com.html - [similar]
PREV 1 2 NEXT