You are here : phpmysqlimysqli_debug

mysqli_debug() - mysqli

The mysqli_debug() function is used to perform debugging operations.


Syntax

mysqli_debug(message);


Example

<?php
mysqli_debug("d:t:o,/temp/client.trace");
?>


Output / Return Value


Limitations


Alternatives / See Also


Reference