From fe744b4f3ec94c74643b8516218d9e8f82b2f1f4 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 21 Apr 2002 13:04:09 +0000 Subject: [PATCH] Added samples Added see also (mysql_info) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79289 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysql/functions/mysql-affected-rows.xml | 57 ++++++++++++++++++- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index 348612a018..a27ce335b7 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -51,9 +51,62 @@ If the last query failed, this function will return -1. + + Delete-Query + + +]]> + + + The above example would produce the following output: + + + + + + + Update-Query + + +]]> + + + The above example would produce the following output: + + + + + - See also: mysql_num_rows. + See also: mysql_num_rows, + mysql_info.