PHP Doku:: Returns the number of rows affected by update operations - function.ovrimos-num-rows.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOvrimos SQLOvrimos SQL Funktionenovrimos_num_rows

Ein Service von Reinhard Neidl - Webprogrammierung.

Ovrimos SQL Funktionen

<<ovrimos_num_fields

ovrimos_prepare>>

ovrimos_num_rows

(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)

ovrimos_num_rowsReturns the number of rows affected by update operations

Beschreibung

int ovrimos_num_rows ( int $result_id )

Gets the number of rows affected by update operations.

Parameter-Liste

result_id

A result identifier, returned by ovrimos_execute() or ovrimos_exec().

Rückgabewerte

Returns the number of rows as an integer, or FALSE on error.

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",...)