検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 519 for [SIMILAR] 16 1024 4096 WITH 8029 odbc WITH 4600 ... (0.375 sec.)
直近のエラーコードを得る 7832
« odbc_do odbc_errormsg » PHP Manual ODBC 関数 直近のエラーコードを得る odbc_error (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_error — 直近のエラーコードを得る 説明 odbc_error ( ? resource $odbc = null ): string 6 桁の ODBC ステートを返します。エラーがない場合には、空の文字列を返します。 ...
https://man.plustar.jp/php/function.odbc-error.html - [similar]
直近のエラーメッセージを得る 7832
« odbc_error odbc_exec » PHP Manual ODBC 関数 直近のエラーメッセージを得る odbc_errormsg (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_errormsg — 直近のエラーメッセージを得る 説明 odbc_errormsg ( ? resource $odbc = null ): string 直近の ODBC エラーメッセージを含む文字列を返します。 エラーが ...
https://man.plustar.jp/php/function.odbc-errormsg.html - [similar]
実行用に文を準備する 7832
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4, PHP 5, PHP 7, PHP 8) odbc_prepare — 実行用に文を準備する 説明 odbc_prepare ( resource $odbc , string $query ): resource | false 実行用に文を準備します。 結果 ID は、この後 odbc_execute() で命 ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
ODBC 接続を閉じる 7832
« odbc_close_all odbc_columnprivileges » PHP Manual ODBC 関数 ODBC 接続を閉じる odbc_close (PHP 4, PHP 5, PHP 7, PHP 8) odbc_close — ODBC 接続を閉じる 説明 odbc_close ( resource $odbc ): void 指定された接続 ID が指すデータベースサーバーへの接続を閉じます。 パラメータ odbc ODBC 接続 ID。詳 ...
https://man.plustar.jp/php/function.odbc-close.html - [similar]
SQL文を直接実行する 7832
« odbc_errormsg odbc_execute » PHP Manual ODBC 関数 SQL文を直接実行する odbc_exec (PHP 4, PHP 5, PHP 7, PHP 8) odbc_exec — SQL文を直接実行する 説明 odbc_exec ( resource $odbc , string $query ): resource | false SQL 命令を データベースサーバーに送ります。 パラメータ odbc ODBC 接続 ID。詳細 ...
https://man.plustar.jp/php/function.odbc-exec.html - [similar]
odbc_exec のエイリアス 7832
« odbc_data_source odbc_error » PHP Manual ODBC 関数 odbc_exec のエイリアス odbc_do (PHP 4, PHP 5, PHP 7, PHP 8) odbc_do — odbc_exec() のエイリアス 説明 この関数は次の関数のエイリアスです。 odbc_exec() . 関連キーワード: exec , 関数 , data , ...
https://man.plustar.jp/php/function.odbc-do.html - [similar]
odbc_field_len のエイリアス 7832
« odbc_field_num odbc_field_scale » PHP Manual ODBC 関数 odbc_field_len のエイリアス odbc_field_precision (PHP 4, PHP 5, PHP 7, PHP 8) odbc_field_precision — odbc_field_len() のエイリアス 説明 この関数は次の関数のエイリアスです。 odbc_field_len() . 参考 浮動小数点の精度を得るには odbc_fi ...
https://man.plustar.jp/php/function.odbc-field-precision.html - [similar]
トランザクションをロールバックする 7832
« odbc_result odbc_setoption » PHP Manual ODBC 関数 トランザクションをロールバックする odbc_rollback (PHP 4, PHP 5, PHP 7, PHP 8) odbc_rollback — トランザクションをロールバックする 説明 odbc_rollback ( resource $odbc ): bool この接続における全ての未解決の命令をロールバックします。 パラメ ...
https://man.plustar.jp/php/function.odbc-rollback.html - [similar]
結果における行数を返す 7832
« odbc_num_fields odbc_pconnect » PHP Manual ODBC 関数 結果における行数を返す odbc_num_rows (PHP 4, PHP 5, PHP 7, PHP 8) odbc_num_rows — 結果における行数を返す 説明 odbc_num_rows ( resource $statement ): int ODBC 結果における行の数を取得します。 INSERT、UPDATE および DELETE 命令に関しては ...
https://man.plustar.jp/php/function.odbc-num-rows.html - [similar]
結果データを得る 7832
« odbc_result_all odbc_rollback » PHP Manual ODBC 関数 結果データを得る odbc_result (PHP 4, PHP 5, PHP 7, PHP 8) odbc_result — 結果データを得る 説明 odbc_result ( resource $statement , string | int $field ): string | bool | null 結果データを取得します。 パラメータ statement ODBC リソース ...
https://man.plustar.jp/php/function.odbc-result.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT