検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 219 for rows (0.015 sec.)
mysql_list_dbs のコール結果からデータベース名を取得する 4589
« mysql_data_seek mysql_db_query » PHP Manual MySQL 関数 mysql_list_dbs のコール結果からデータベ ... ysql_list_dbs ( $link ); $i = 0 ; $cnt = mysql_num_rows ( $db_list ); while ( $i < $cnt ) { echo mysql_db_ ...
https://man.plustar.jp/php/function.mysql-db-name.html - [similar]
ある文における結果のカラム数を返す 4589
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
テーブルの主キーを取得する 4589
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... marykeys ))) { print_r ( $row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
Makes the next row in a result set available for reading 4589
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... if an error occurs, and null if there are no more rows in the result set. 例 例1 sqlsrv_fetch() example T ... ld() - Gets field data from the currently selected row sqlsrv_fetch_array() - 行を配列として返す sqlsrv_fe ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
Gets field data from the currently selected row 4589
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... selected row sqlsrv_get_field (No version information available, ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 4589
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
関数・メソッド 4589
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 16 進数を表す文字かどうかを調べる cubrid_affected_rows - Return the number of rows affected by the last S ... b_send - Read BLOB/CLOB data and send straight to browser cubrid_lob_size - Get BLOB/CLOB data size cubrid ... the number of columns in the result set cubrid_num_rows - Get the number of rows in the result set cubrid_ ... - 結果セットに含まれるフィールドの数を返す db2_num_rows - SQL 文によって変更された行の数を返す db2_pclose ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
指定したステートメントのカラム数を返す 4589
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... of column number 0 is France 参考 mysqli_stmt_num_rows() - サーバから取得した結果セットの行数を返す 関連キ ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 4589
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
Sends a query to the server 4589
« SolrClient::ping SolrClient::request » PHP Manual SolrClient Sends a query to the server SolrC ... eturns a SolrQueryResponse object on success and throws an exception on failure. エラー / 例外 Throws Solr ... ent had failed, or there was a connection issue. Throws SolrServerException if the Solr Server had failed ... 'lucene' ); $query -> setStart ( 0 ); $query -> setRows ( 50 ); $query -> addField ( 'cat' )-> addField ( ... ] => 0 [q] => lucene [wt] => xml [version] => 2.2 [rows] => 50 ) ) [response] => SolrObject Object ( [numF ...
https://man.plustar.jp/php/solrclient.query.html - [similar]