ID:               38730
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kills at online dot de
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Any
 PHP Version:      Irrelevant
-Assigned To:      
+Assigned To:      colder
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:
------------------------------------------------------------------------

[2006-09-06 07:34:12] kills at online dot de

Description:
------------
mysql_num_rows says:
"To retrieve the number of rows affected by a INSERT, UPDATE, or DELETE
query, use mysql_affected_rows().

But mysql_affected_rows also works for REPLACE statements.

same in mysql_affected_rows:
"Get the number of affected rows by the last INSERT, UPDATE or DELETE
query associated with link_identifier."

has to be:

"Get the number of affected rows by the last INSERT, UPDATE, REPLACE or
DELETE query associated with link_identifier."




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38730&edit=1

Reply via email to