From 08e144e28ef03b2a3b3a5bb395057056d82764c3 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 22 Jan 2007 02:48:08 +0000 Subject: [PATCH] Remove useless note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227830 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-affected-rows.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/reference/mysqli/functions/mysqli-affected-rows.xml b/reference/mysqli/functions/mysqli-affected-rows.xml index feebc939f8..16d574d641 100644 --- a/reference/mysqli/functions/mysqli-affected-rows.xml +++ b/reference/mysqli/functions/mysqli-affected-rows.xml @@ -1,5 +1,5 @@ - + mysqli_affected_rows @@ -23,12 +23,6 @@ INSERT, UPDATE, REPLACE or DELETE query associated with the provided link parameter. If the last query was invalid, this function will return -1. - - - For SELECT statements mysqli_affected_rows works like - mysqli_num_rows. - - The mysqli_affected_rows function only works with queries which modify a table. In order to return the number of rows from a SELECT query, use the