Dump debugging information into the log:
<?phpmysqli_dump_debug_info($con);?>The mysqli_dump_debug_info() function dumps debugging information to the log.
mysqli_dump_debug_info( link);
| parameter | describe |
|---|---|
| link | Required. A connection identifier returned by mysqli_connect() or mysqli_init(). |
| Return value: | Returns TRUE if successful and FALSE if failed. |
|---|---|
| PHP version: | 5+ |