検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 357 for fetch (0.021 sec.)
Get the error message 4084
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... if ( $req ) { while (list ( $id , $name ) = cubrid_fetch ( $req )) echo $id , $name ; } else { echo "Error ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Execute a prepared SQL statement 4084
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... y' and gender='M'" , CUBRID_ASYNC ); $row = cubrid_fetch_array ( $result , CUBRID_ASSOC ); $event_code = $r ... _year" , "score" , "unit" ); while ( $row = cubrid_fetch_array ( $history_req , CUBRID_ASSOC )) { printf ( ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
RRDtool 4066
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 ... ase file rrd_error — Gets latest error message rrd_fetchFetch the data for graph as array rrd_first — Ge ...
https://man.plustar.jp/php/book.rrd.html - [similar]
ストアドプロシージャから、次の結果セットを要求する 4066
« db2_lob_read db2_num_fields » PHP Manual IBM DB2 関数 ストアドプロシージャから、次の結果セット ... 最初の結果セットを取得します\n" ; while ( $row = db2_fetch_array ( $stmt )) { var_dump ( $row ); } print "\n2 ... result ( $stmt ); if ( $res ) { while ( $row = db2_fetch_array ( $res )) { var_dump ( $row ); } } print "\n ... esult ( $stmt ); if ( $res2 ) { while ( $row = db2_fetch_array ( $res2 )) { var_dump ( $row ); } } db2_clos ...
https://man.plustar.jp/php/function.db2-next-result.html - [similar]
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 4048
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... are ( $conn , $sql ); db2_execute ( $result ); db2_fetch_row ( $result ); $i = 0 ; /* LOB データの読み込み ... are ( $conn , $sql ); db2_execute ( $result ); db2_fetch_row ( $result ); $i = 0 ; /* LOB データの読み込み ... execute() - プリペアドステートメントを実行する db2_fetch_row() - 結果セットポインタを次の行あるいは要求され ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
文を実行する 4048
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... す。 問い合わせの結果をその後 PHP で取得するには oci_fetch_array() などの関数を使います。 一度パースした文は何 ... ようにしますが、 結果セットは作りません。続けて oci_fetch_array() などをコールすると失敗します。 OCI_NO_AUTO ... ; echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
Retrieves the number of fields (columns) on a statement 4048
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... ields = sqlsrv_num_fields ( $stmt ); while( sqlsrv_fetch ( $stmt )) { // Iterate through the fields of each ... prepared by sqlsrv_prepare or sqlsrv_query sqlsrv_fetch() - Makes the next row in a result set available f ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
バッファクエリと非バッファクエリ 4048
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... LT ); if ( $uresult ) { while ( $row = $uresult -> fetch_assoc ()) { echo $row [ 'Name' ] . PHP_EOL ; } } ? ... y" ); if ( $uresult ) { while ( $row = $uresult -> fetch ( PDO :: FETCH_ASSOC )) { echo $row [ 'Name' ] . P ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
保存した数値を増やす 4022
« apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4. ... PHP_EOL ; apcu_store ( 'anumber' , 42 ); echo apcu_fetch ( 'anumber' ), PHP_EOL ; echo apcu_inc ( 'anumber' ...
https://man.plustar.jp/php/function.apcu-inc.html - [similar]
Bind variables to a prepared statement as parameters 4022
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... orts='Basketball' and gender='M'" ); $row = cubrid_fetch_array ( $result , CUBRID_ASSOC ); $event_code = $r ... all team) ---\n" ); while ( $athlete_code = cubrid_fetch_array ( $game_req , CUBRID_NUM )) { $athlete_req = ... ); cubrid_execute ( $athlete_req ); $row = cubrid_fetch_assoc ( $athlete_req ); printf ( "%s\n" , $row [ " ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]