|
oci_num_rowsReturns number of rows affected during statement execution Beschreibung
int oci_num_rows
( resource
$statement
)Gets the number of rows affected during statement execution. Parameter-Liste
Rückgabewerte
Returns the number of rows affected as an integer, or Beispiele
Beispiel #1 oci_num_rows example
<?phpAnmerkungen
|