検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 71 for affected (0.010 sec.)
直前の MySQL の操作で変更された行の数を得る 12762
« mysqli mysqli::autocommit » PHP Manual mysqli 直前の MySQL の操作で変更された行の数を得る mysq ... li::$affected_rows mysqli_affected_rows (PHP 5, PHP 7, PHP 8) my ... sqli::$affected_rows -- mysqli_affected_rows — 直前の MySQL の操作 ... を得る 説明 オブジェクト指向型 int | string $mysqli->affected_rows ; 手続き型 mysqli_affected_rows ( mysqli $mys ... 示します。 -1 は、クエリがエラーを返したか、 mysqli_affected_rows() がバッファリングされていない SELECT に対して ...
https://man.plustar.jp/php/mysqli.affected-rows.html - [similar]
Return the number of rows affected by the last SQL statement 12116
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... ber of rows affected by the last SQL statement cubrid_affected_rows (PE ... CL CUBRID >= 8.3.0) cubrid_affected_rows — Return the number of rows affected by the l ... ast SQL statement 説明 cubrid_affected_rows ( resource $conn_identifier = ? ): int cubrid ... _affected_rows ( resource $req_identifier = ? ): int The cub ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 12074
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... SERT, UPDATE, or DELETE query executed sqlsrv_rows_affected (No version information available, might only be i ... n Git) sqlsrv_rows_affected — Returns the number of rows modified by the last ... UPDATE, or DELETE query executed 説明 sqlsrv_rows_affected ( resource $stmt ): int | false Returns the number ... xecuted statement resource for which the number of affected rows is returned. 戻り値 Returns the number of row ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]
のエイリアス ibase_affected_rows 10823
« fbird_add_user fbird_backup » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_affected_r ... ows fbird_affected_rows (PHP 5, PHP 7 < 7.4.0) fbird_affected_rows — ... のエイリアス ibase_affected_rows() 説明 この関数は次の関数のエイリアスです。 i ... base_affected_rows() . 参考 fbird_query() - のエイリアス ibase_q ... のエイリアス ibase_execute 関連キーワード: ibase , affected , rows , fbird , 関数 , query , execute , user , b ...
https://man.plustar.jp/php/function.fbird-affected-rows.html - [similar]
一番最近の操作で変更された行の数を得る 9951
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... mysql_affected_rows (PHP 4, PHP 5) mysql_affected_rows — 一番最近 ... い。 この関数の代替として、これらが使えます。 mysqli_affected_rows() PDOStatement::rowCount() 説明 mysql_affecte ... 更新処理を行いません。 このことから、必ずしも mysql_affected_rows() の返す値が マッチする行の数と一致するとは限 ... 既存の行を更新した場合が 2 となります。 例 例1 mysql_affected_rows() の例 <?php $link = mysql_connect ( 'localho ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 9712
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... 追加、あるいは選択された行の総数を返す mysqli_stmt::$affected_rows mysqli_stmt_affected_rows (PHP 5, PHP 7, PHP ... 8) mysqli_stmt::$affected_rows -- mysqli_stmt_affected_rows — 直近に実行され ... 説明 オブジェクト指向型 int | string $mysqli_stmt->affected_rows ; 手続き型 mysqli_stmt_affected_rows ( mysqli ... i_stmt_store_result() をコールする前に mysqli_stmt_affected_rows() がコールされたことを示します。 注意 : 変更さ ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
変更されたレコード(タプル)の数を返す 8841
« PostgreSQL 関数 pg_cancel_query » PHP Manual PostgreSQL 関数 変更されたレコード(タプル)の数を返 ... す pg_affected_rows (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_affe ... ows — 変更されたレコード(タプル)の数を返す 説明 pg_affected_rows ( PgSql\Result $result ): int pg_affected_row ... ジョンでは、 リソース を期待していました。 例 例1 pg_affected_rows() の例 <?php $result = pg_query ( $conn , "IN ... 'オーウェル', 2002, '動物農場')" ); $cmdtuples = pg_affected_rows ( $result ); echo $cmdtuples . " タプルが変更 ...
https://man.plustar.jp/php/function.pg-affected-rows.html - [similar]
Makes the next result of the specified statement active 8194
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... ces two results on the statement: one for the rows affected by the INSERT and one for the rows returned by the ... ery , $params ); // Consume the first result (rows affected by INSERT) without calling sqlsrv_next_result. ech ... o "Rows affected: " . sqlsrv_rows_affected ( $stmt ). "<br />" ; // ... srv_fetch_array() - 行を配列として返す sqlsrv_rows_affected() - Returns the number of rows modified by the las ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
直近のクエリで変更された行の数を返す 8152
« ibase_add_user ibase_backup » PHP Manual Firebird/InterBase 関数 直近のクエリで変更された行の数 ... を返す ibase_affected_rows (PHP 5, PHP 7 < 7.4.0) ibase_affected_rows — ... 直近のクエリで変更された行の数を返す 説明 ibase_affected_rows ( resource $link_identifier = ? ): int この関 ... 数 , identifier , rows , 実行 , トランザクション , affected ...
https://man.plustar.jp/php/function.ibase-affected-rows.html - [similar]
Get the number of rows in the result set 7449
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... NSERT , UPDATE , or DELETE queries, use the cubrid_affected_rows() function. Note: The cubrid_num_rows() funct ... urn the number of columns in the result set cubrid_affected_rows() - Return the number of rows affected by the ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT