検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 113 for [SIMILAR] 16 1024 4096 WITH 76723 binmode WITH 5... (0.136 sec.)
ODBC の設定を変更する 1209
« odbc_rollback odbc_specialcolumns » PHP Manual ODBC 関数 ODBC の設定を変更する odbc_setoption (PHP 4, PHP 5, PHP 7, PHP 8) odbc_setoption — ODBC の設定を変更する 説明 odbc_setoption ( resource $odbc , int $which , int $option , int $value ): bool この関数により特定の接続またはクエリー結 ...
https://man.plustar.jp/php/function.odbc-setoption.html - [similar]
直近のエラーコードを得る 1209
« 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]
直近のエラーメッセージを得る 1209
« 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]
実行用に文を準備する 1209
« 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]
テーブルの主キーを取得する 1209
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_primarykeys (PHP 4, PHP 5, PHP 7, PHP 8) odbc_primarykeys — テーブルの主キーを取得する 説明 odbc_primarykeys ( resource $odbc , ? string $catalog , string $schema , string $table ): resource | fal ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
ODBC 接続を閉じる 1209
« 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文を直接実行する 1209
« 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]
データソースに接続する 1209
« odbc_commit odbc_cursor » PHP Manual ODBC 関数 データソースに接続する odbc_connect (PHP 4, PHP 5, PHP 7, PHP 8) odbc_connect — データソースに接続する 説明 odbc_connect ( string $dsn , string $user , string $password , int $cursor_option = SQL_CUR_USE_DRIVER ): resource | false 他の ODB ...
https://man.plustar.jp/php/function.odbc-connect.html - [similar]
odbc_exec のエイリアス 1209
« 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]
行を取り込む 1209
« odbc_fetch_object odbc_field_len » PHP Manual ODBC 関数 行を取り込む odbc_fetch_row (PHP 4, PHP 5, PHP 7, PHP 8) odbc_fetch_row — 行を取り込む 説明 odbc_fetch_row ( resource $statement , ? int $row = null ): bool odbc_do() や odbc_exec() から返された行データを取得します。 odbc_fetch_ro ...
https://man.plustar.jp/php/function.odbc-fetch-row.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT