Easy Tutorial
❮ Func Directory Rewinddir Func Ftp Nb Fget ❯

PHP mysqli_debug() Function

PHP MySQLi Reference Manual

Example

Create a trace file in "/temp/client.trace" on the local machine:


Definition and Usage

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

Note: To use this function, you must compile the MySQL client library to support debugging.


Syntax

Parameter Description
message Required. A string representing the debugging operation to be performed.

Technical Details

Return Value: TRUE
PHP Version: 5+
--- ---
❮ Func Directory Rewinddir Func Ftp Nb Fget ❯