検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 219 for rows (0.005 sec.)
結果における行の数を得る 8154
« mysql_num_fields mysql_pconnect » PHP Manual MySQL 関数 結果における行の数を得る mysql_num_rows ... s (PHP 4, PHP 5) mysql_num_rows — 結果における行の数を得る 警告 この拡張モジュール ... この関数の代替として、これらが使えます。 mysqli_num_rows() mysqli_stmt_num_rows() PDOStatement::rowCount() ... 説明 mysql_num_rows ( resource $result ): int | false 結果セットから行 ... クエリで変更された行の数を得るには、 mysql_affected_rows() を使用してください。 パラメータ result 評価された ...
https://man.plustar.jp/php/function.mysql-num-rows.html - [similar]
Sets the number of rows to display in each group (expand.rows). Server Default 5 7997
« SolrQuery::setExpandQuery SolrQuery::setExplainOther » PHP Manual SolrQuery Sets the number of ... rows to display in each group (expand.rows). Server Def ... ault 5 SolrQuery::setExpandRows (PECL solr >= 2.2.0) SolrQuery::setExpandRows — Se ... ts the number of rows to display in each group (expand.rows). Server Def ... ault 5 説明 public SolrQuery::setExpandRows ( int $value ): SolrQuery Sets the number of rows ...
https://man.plustar.jp/php/solrquery.setexpandrows.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 7966
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... いは選択された行の総数を返す mysqli_stmt::$affected_rows mysqli_stmt_affected_rows (PHP 5, PHP 7, PHP 8) my ... sqli_stmt::$affected_rows -- mysqli_stmt_affected_rows — 直近に実行されたステ ... ブジェクト指向型 int | string $mysqli_stmt->affected_rows ; 手続き型 mysqli_stmt_affected_rows ( mysqli_stmt ... 返します。 SELECT クエリに対しては、 mysqli_stmt_num_rows() 関数と同じように動作します。 パラメータ stmt 手続 ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
行数を返す 7568
« pg_num_fields pg_options » PHP Manual PostgreSQL 関数 行数を返す pg_num_rows (PHP 4 >= 4.2.0, ... PHP 5, PHP 7, PHP 8) pg_num_rows — 行数を返す 説明 pg_num_rows ( PgSql\Result $resu ... lt ): int pg_num_rows() は、 PgSql\Result クラスのインスタンスに含まれる ... 行数を返します。 注意 : この関数は、以前は pg_numrows() と呼ばれていました。 パラメータ result pg_query( ... ンでは、 リソース を期待していました。 例 例1 pg_num_rows() の例 <?php $result = pg_query ( $conn , "SELECT ...
https://man.plustar.jp/php/function.pg-num-rows.html - [similar]
のエイリアス ibase_affected_rows 7537
« fbird_add_user fbird_backup » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_affected_rows ... ows fbird_affected_rows (PHP 5, PHP 7 < 7.4.0) fbird_affected_rows — のエイ ... リアス ibase_affected_rows() 説明 この関数は次の関数のエイリアスです。 ibase_ ... affected_rows() . 参考 fbird_query() - のエイリアス ibase_query ... ス ibase_execute 関連キーワード: ibase , affected , rows , fbird , 関数 , query , execute , user , backup , ...
https://man.plustar.jp/php/function.fbird-affected-rows.html - [similar]
配列からテーブルに挿入する 7411
« pg_convert pg_copy_to » PHP Manual PostgreSQL 関数 配列からテーブルに挿入する pg_copy_from (PH ... nnection $connection , string $table_name , array $rows , string $separator = "\t" , string $null_as = "\\ ... \\N" ): bool pg_copy_from() は、 rows の内容をテーブルに挿入します。レコードを挿入するた ... PgSql\Connection クラスのインスタンス。 table_name rows をコピーするテーブルの名前。 rows table_name にコピ ... ーするデータの配列。 rows の個々の値が table_name のひとつの行となります。 r ...
https://man.plustar.jp/php/function.pg-copy-from.html - [similar]
一番最近の操作で変更された行の数を得る 7349
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... mysql_affected_rows (PHP 4, PHP 5) mysql_affected_rows — 一番最近の操作 ... 関数の代替として、これらが使えます。 mysqli_affected_rows() PDOStatement::rowCount() 説明 mysql_affected_row ... を行いません。 このことから、必ずしも mysql_affected_rows() の返す値が マッチする行の数と一致するとは限りませ ... 更新した場合が 2 となります。 例 例1 mysql_affected_rows() の例 <?php $link = mysql_connect ( 'localhost' , ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
Makes the next result of the specified statement active 7296
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... produces two results on the statement: one for the rows affected by the INSERT and one for the rows return ... ed by the SELECT. To get to the rows returned by the SELECT, sqlsrv_next_result() must ... , $query , $params ); // Consume the first result (rows affected by INSERT) without calling sqlsrv_next_re ... sult. echo "Rows affected: " . sqlsrv_rows_affected ( $stmt ). "<br ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
Specifies the number of rows to skip 7265
« SolrQuery::setShowDebugInfo SolrQuery::setStats » PHP Manual SolrQuery Specifies the number of ... rows to skip SolrQuery::setStart (PECL solr >= 0.9.2) S ... olrQuery::setStart — Specifies the number of rows to skip 説明 public SolrQuery::setStart ( int $sta ... rt ): SolrQuery Specifies the number of rows to skip. Useful in pagination of results. パラメー ... タ start The number of rows to skip. 戻り値 Returns the current SolrQuery obje ...
https://man.plustar.jp/php/solrquery.setstart.html - [similar]
文の実行で作用された行数を取得する 7202
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_rows ... (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_rows — 文の実行で作用された行数を取得する 説明 oci_num_ ... す。 失敗した場合に false を返します 例 例1 oci_num_rows() の例 <?php $conn = oci_connect ( "hr" , "hrpwd" ... employees" ); oci_execute ( $stid ); echo oci_num_rows ( $stid ) . " rows inserted.<br />\n" ; oci_free_s ... oci_execute ( $stid , OCI_DEFAULT ); echo oci_num_rows ( $stid ) . " rows deleted.<br />\n" ; oci_commit ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT