Forum und email

msql_affected_rows

(PHP 4, PHP 5)

msql_affected_rows β€” Returns number of affected rows

说明

int msql_affected_rows ( resource $result )

Returns number of affected rows by the last SELECT, UPDATE or DELETE query associated with result .

参数

result

θΏ”ε›žη±»εž‹δΈΊ resource ηš„η»“ζžœι›†γ€‚θ―₯η»“ζžœι›†δ»Ž msql_query() ηš„θ°ƒη”¨δΈ­εΎ—εˆ°γ€‚

θΏ”ε›žε€Ό

Returns the number of affected rows on success, or FALSE on error.

参见