検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 357 for fetch (0.015 sec.)
Export the lob object to a file 4022
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... e this function, you must use cubrid_lob2_new() or fetch a lob object from CUBRID database first. If the fi ... ( $req , 1 , CUBRID_CURSOR_FIRST ); $row = cubrid_fetch ( $req , CUBRID_NUM | CUBRID_LOB ); cubrid_lob2_ex ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
SQL 文を直接実行する 4022
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... 'cursor' => DB2_SCROLLABLE )); while ( $row = db2_fetch_array ( $stmt )) { print " $row [ 0 ] \n" ; } } ?> ... t = db2_exec ( $conn , $query ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $row -> CID $row -> ... t = db2_exec ( $conn , $query ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $row -> CID $row -> ... t = db2_exec ( $conn , $query ); while( $row = db2_fetch_array ( $stmt )){ printf ( " $row [ 0 ] \n" ); } d ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
クエリを実行する 4022
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... "An error occurred.\n" ; exit; } while ( $row = pg_fetch_row ( $result )) { echo "Author: $row [ 0 ] E-mail ... nect() - 持続的な PostgreSQL 接続をオープンする pg_fetch_array() - 行を配列として取得する pg_fetch_object() ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
変更履歴 4004
« mysqli::set_opt Mysql_xdevapi » PHP Manual MySQLi 変更履歴 変更履歴 この拡張モジュールのクラス ... ョンでは、 MYSQLI_REPORT_OFF でした。 mysqli_result::fetch_all libmysqlclient をリンクしている場合でも、 この ... の呼び出しに置き換えて下さい。 8.0.0 mysqli_result::fetch_object constructor_args は、 引数を指定しない場合に ...
https://man.plustar.jp/php/changelog.mysqli.html - [similar]
結果セットのフィールド数を取得する 4004
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... 下となります。 Result set has 4 fields. 参考 mysqli_fetch_field() - 結果セットの次のフィールドを返す 関連キー ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
実行するための SQL文 を準備する 4004
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... esult ( $district ); /* 値を取得します */ $stmt -> fetch (); printf ( "%s is in district %s\n" , $city , $d ... mt , $district ); /* 値を取得します */ mysqli_stmt_fetch ( $stmt ); printf ( "%s is in district %s\n" , $ci ... ) - プリペアドステートメントを実行する mysqli_stmt_fetch() - プリペアドステートメントから結果を取得し、バイ ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
古い値を新しい値に更新する 3977
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... ok' : 'fail' ), PHP_EOL ; echo '$foobar = ' , apcu_fetch ( 'foobar' ), PHP_EOL ; echo '$f__bar == 1 ? 2 : 1 ... 'epic fail' ), PHP_EOL ; echo '$foobar = ' , apcu_fetch ( 'foobar' ), PHP_EOL ; ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]
Prepare a SQL statement for execution 3977
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... "----------------------------\n" ); $row = cubrid_fetch_assoc ( $req ); printf ( "%-15d %s\n" , $row [ "ev ... ent_code" ], $row [ "name" ]); $row = cubrid_fetch_assoc ( $req ); printf ( "%-15d %s\n" , $row [ "ev ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
InterBase データベースでクエリを実行する 3977
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... 参考 ibase_errmsg() - エラーメッセージを返す ibase_fetch_row() - InterBase データベースから 1 行分の結果を取 ... 得する ibase_fetch_object() - InterBase データベースからオブジェクトを ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 3977
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... tab" ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_RETURN_NULLS )) != false ) { $ ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]