From 8120ed889535a518bc416b30c8f0f2a217edd344 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 29 Mar 2002 12:47:31 +0000 Subject: [PATCH] - documenting mysql_info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75773 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 82dceba070..761cd21e99 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -1561,6 +1561,61 @@ mysql_close(); + + + mysql_info + + Get information about the most recent query + + + + Description + + stringmysql_info + resource + link_identifier + + + + mysql_info returns detailed information about + the last query using the given link_identifier. + If link_identifier isn't specified, the last + opened link is assumed. + + + mysql_info returns a string for all statements + listed below. For all other &false;. The string format depends on the + given statement. + + Relevant MySQL Statements + + + + + The numbers are only for illustrating purpose; their values will + correspond to the query. + + + + mysql_info returns a non-&false; value for the + INSERT ... VALUES statement only if multiple value lists are + specified in the statement. + + + + + mysql_insert_id