(PHP 5, PHP 7)
mysqli::dump_debug_info -- mysqli_dump_debug_info — Dump debugging information into the log
Object oriented style
public mysqli::dump_debug_info ( ) : bool
Procedural style
mysqli_dump_debug_info ( mysqli $link ) : bool
This function is designed to be executed by an user with the SUPER privilege and is used to dump debugging information into the log for the MySQL Server relating to the connection.
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Returns true
on success or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/mysqli.dump-debug-info.php