PHP Doku:: Return the number of rows that were affected by the previous query - function.ibase-affected-rows.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenFirebird/InterBaseFirebird/InterBase Funktionenibase_affected_rows

Ein Service von Reinhard Neidl - Webprogrammierung.

Firebird/InterBase Funktionen

<<ibase_add_user

ibase_backup>>

ibase_affected_rows

(PHP 5)

ibase_affected_rowsReturn the number of rows that were affected by the previous query

Beschreibung

int ibase_affected_rows ([ resource $link_identifier ] )

This function returns the number of rows that were affected by the previous query (INSERT, UPDATE or DELETE) that was executed from within the specified transaction context.

Parameter-Liste

link_identifier

A transaction context. If link_identifier is a connection resource, its default transaction is used.

Rückgabewerte

Returns the number of rows as an integer.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)