mysqli_debug
(PHP 5)
mysqli_debug(no version information, might be only in CVS)
mysqli->debug() -- Performs debugging operationsDescription
Procedural style:
bool mysqli_debug ( string message )Object oriented style (method):
class mysqli {bool debug ( string message )
}
Performs debugging operations using the Fred Fish debugging library.
Notes
Note: To use the mysqli_debug() function you must complile the MySQL client library to support debugging.
