(PHP 4, PHP 5)
msql_affected_rows — Returns number of affected rows
$result
)
Returns number of affected rows by the last SELECT, UPDATE or DELETE
query associated with result
.
wynik
Wynik w postaci zmiennej typu resource, który jest przetwarzany. Wynik pochodzi z wywołania funkcji msql_query().
Returns the number of affected rows on success, or FALSE
on error.