PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
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 everything else, it returns FALSE. The string format depends on the given statement.
Poznámka: 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().
Predchádzajúci | Domov | Nasledujúci |
mysql_get_server_info | Hore | mysql_insert_id |