PHP mysqli_debug() Function

Object oriented style

bool mysqli::debug ( string $message )

Procedural style

bool mysqli_debug ( string $message )

Performs debugging operations using the Fred Fish debugging library.

Example -

ParameterDescription
messageA string representing the debugging operation to perform

Return Values-

Returns TRUE.