mysqli::dump_debug_info
(MySQLI_DUMP_DEBUG_INFO) Debug -Informationen in das Protokoll eingeben
Die Funktion von dump_debug_info()
/ mysqli_dump_debug_info()
wird verwendet, um Debug -Informationen in das Protokoll zu füllen.
Debuggeninformationen in das Protokoll: Debuggen:
<? Php $ mysqli = new MySQLi ( "localhost" , "my_user" , "my_password" , "my_db" ) ; $ mysqli -> Dump_debug_info ( ) ; ?>
Debuggeninformationen in das Protokoll: Debuggen:
<? Php $ con = mysqli_connect ( "localhost" , "my_user" , "my_password" , "my_db" ) ; MySQLI_DUMP_DEBUG_INFO ( $ con ) ; ?>