mysqli::debug
(mysqli_debug) Perform debugging operations
mysqli_debug()
function is used to perform debugging operations.
Note: To use this function, the MySQL client library must be compiled to support debugging.
Create a trace file in "/temp/client.trace" of the local machine:
<?php mysqli_debug ( "d:t:o,/temp/client.trace" ) ; ?>
mysqli_debug ( message ) ;
parameter | describe |
---|---|
message | Required. A string representing the debug operation to be performed. |