mysql_info Get information about the most recent query &mysql.alternative.note; mysqli_info &reftitle.description; stringmysql_info resourcelink_identifierNULL Returns detailed information about the last query. &reftitle.parameters; &mysql.linkid.description; &reftitle.returnvalues; Returns information about the statement on success, or &false; on failure. See the example below for which statements provide information, and what the returned value may look like. Statements that are not listed will return &false;. &reftitle.examples; Relevant MySQL Statements Statements that return string values. The numbers are only for illustrating purpose; their values will correspond to the query. &reftitle.notes; mysql_info returns a non-&false; value for the INSERT ... VALUES statement only if multiple value lists are specified in the statement. &reftitle.seealso; mysql_affected_rows mysql_insert_id mysql_stat