検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 274 for row (0.042 sec.)
Get the number of rows in the result set 4936
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... e result set cubrid_num_rows (PECL CUBRID >= 8.3.0) cubrid_num_rows — Get the ... number of rows in the result set 説明 cubrid_num_rows ( resource ... $result ): int The cubrid_num_rows() function is used to get the number of rows from ... PDATE , or DELETE queries, use the cubrid_affected_rows() function. Note: The cubrid_num_rows() function ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
結果セットの行からひとつのカラムを返す 4936
« db2_procedures db2_rollback » PHP Manual IBM DB2 関数 結果セットの行からひとつのカラムを返す d ... 指定するため、 db2_result() のコール前には db2_fetch_row() をコールする必要があります。 パラメータ stmt 有効 ... 例 例1 db2_result() の例 以下の例では、 db2_fetch_row() で結果セットを 順に処理し、 db2_result() で結果セ ... _execute ( $stmt , array( 10 )); while ( db2_fetch_row ( $stmt )) { $name = db2_result ( $stmt , 0 ); $br ... カラムをプロパティとするオブジェクトを返す db2_fetch_row() - 結果セットポインタを次の行あるいは要求された行 ...
https://man.plustar.jp/php/function.db2-result.html - [similar]
のエイリアス ibase_query 4936
« fbird_prepare fbird_restore » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_query fbir ... d_errmsg() - のエイリアス ibase_errmsg fbird_fetch_row() - のエイリアス ibase_fetch_row fbird_fetch_objec ... ド: ibase , query , fbird , fetch , 関数 , errmsg , row , free , result , prepare ...
https://man.plustar.jp/php/function.fbird-query.html - [similar]
XML 外部エンティティの例 4907
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... <para> <informaltable> <tgroup cols="3"> <tbody> <row><entry>a1</entry><entry morerows="1">b1</entry><en ... try>c1</entry></row> <row><entry>a2</entry><entry>c2</entry></row> <ro ... ntry>a3</entry><entry>b3</entry><entry>c3</entry></row> </tbody> </tgroup> </informaltable> </para> &syst ... foo> 関連キーワード: entry , 外部 , エンティティ , row , 例 , xmltest , chapter , version , ENTITY , ドキ ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
結果セットの取得を開始する 4907
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... f ( $result = $mysqli -> use_result ()) { while ( $row = $result -> fetch_row ()) { printf ( "%s\n" , $ro ... $result = mysqli_use_result ( $link )) { while ( $row = mysqli_fetch_row ( $result )) { printf ( "%s\n" ... , $row [ 0 ]); } mysqli_free_result ( $result ); } /* 区切 ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 4858
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... it = 15.0 ; if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stmt )) { print " { $row [ 0 ... ]} , { $row [ 1 ]} , { $row [ 2 ]} \n" ; } } ?> 上の例の出力は ... 3: { $weight } \n\n" ; print "結果:\n" ; while ( $row = db2_fetch_array ( $stmt )) { print " { $row [ 0 ... ]} , { $row [ 1 ]} , { $row [ 2 ]} \n" ; } } ?> 上の例の出力は ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
この文に対するデフォルトのフェッチモードを設定する 4858
« PDOStatement::setAttribute PDOException » PHP Manual PDOStatement この文に対するデフォルトのフ ... etchMode ( PDO :: FETCH_NUM ); foreach ( $stmt as $row ) { print $row [ 0 ] . "\t" . $row [ 1 ] . "\t" . ... $row [ 2 ] . "\n" ; } 上の例の出力は以下となります。 ap ... red 150 banana yellow 250 orange orange 300 kiwi brown 75 lemon yellow 25 pear green 150 関連キーワード: ...
https://man.plustar.jp/php/pdostatement.setfetchmode.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 4829
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... セットの現在の行に ついてのみ有効です。mysqli_fetch_row/array/object をコールする前、あるいは 結果のすべて ... " ; if ( $result = $mysqli -> query ( $query )) { $row = $result -> fetch_row (); /* カラムの長さを表示し ... if ( $result = mysqli_query ( $link , $query )) { $row = mysqli_fetch_row ( $result ); /* カラムの長さを表 ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
Get result of next query when executing multiple SQL statements 4800
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... ------ get_result_info --------------------\n" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_ ... field_flags ( $req , 1 ); printf ( "%-30s %d\n" , "Row count:" , $row_num ); printf ( "%-30s %d\n" , "Col ... ------------ get_result_info -------------------- Row count: 6 Column count: 2 Column Names Column Types ... ------------ get_result_info -------------------- Row count: 4 Column count: 5 Column Names Column Types ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
MySQL クエリを送信する 4800
« mysql_ping mysql_real_escape_string » PHP Manual MySQL 関数 MySQL クエリを送信する mysql_query ... ELECT 文によって返された行の数を知るには mysql_num_rows() を用います。また DELETE, INSERT, REPLACE, または ... ATE 文で変更された行の数を 知るには mysql_affected_rows() を用います。 クエリが参照するテーブルにアクセス ... / mysql_result(), mysql_fetch_array(), mysql_fetch_row() なども参照ください。 while ( $row = mysql_fetch_ ... assoc ( $result )) { echo $row [ 'firstname' ]; echo $row [ 'lastname' ]; echo $r ...
https://man.plustar.jp/php/function.mysql-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT