(PHP 4 = 4.3.0)
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.
例 1Relevant MySQL Statements
注意 mysql_info() returns a non- FALSE value for the INSERT... VALUES statement only if multiple value lists are specified in the statement.
See also: mysql_affected_rows()