PHP mysqli_dump_debug_info() Function

PHP mysqli_dump_debug_info() function is used to dump debugging information into the log for the MySQL Server relating to the connection.

Syntax

mysqli_dump_debug_info() Function Parameter

ParameterDescription
connection :Required parameter. The MySQL connection to be used

mysqli_dump_debug_info() Function Return Value

Return Values :Returns TRUE on success or FALSE on failure.

mysqli_dump_debug_info() Function Example