Query: mysqli_debug
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_DEBUG(3) 1 MYSQLI_DEBUG(3) mysqli::debug - Performs debugging operations Object oriented styleSYNOPSISbool mysqli::debug (string $message)DESCRIPTIONProcedural style bool mysqli_debug (string $message) Performs debugging operations using the Fred Fish debugging library.PARAMETERSo $message - A string representing the debugging operation to performRETURN VALUESReturns TRUE.NOTESNote To use the mysqli_debug(3) function you must compile the MySQL client library to support debugging.EXAMPLESExample #1 Generating a Trace File <?php /* Create a trace file in '/tmp/client.trace' on the local (client) machine: */ mysqli_debug("d:t:o,/tmp/client.trace"); ?>SEE ALSOmysqli_dump_debug_info(3), mysqli_report(3). PHP Documentation Group MYSQLI_DEBUG(3)
Related Man Pages |
---|
mysqli_connect_errno(3) - php |
mysqli_get_proto_info(3) - php |
mysqli_get_server_info(3) - php |
mysqli_kill(3) - php |
mysqli_next_result(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
Please Welcome Don Cragun as Lead Moderator |