You are here : phpmysqlimysqli_dump_debug_info

mysqli_dump_debug_info() - mysqli

The mysqli_dump_debug_info() function dumps debugging info into the log.


Syntax

mysqli_dump_debug_info(link);


Example

<?php
mysqli_dump_debug_info($con);
?>


Output / Return Value


Limitations


Alternatives / See Also


Reference