downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<mysqli_data_seekmysqli_disable_reads_from_master>
Last updated: Sat, 29 Oct 2005

mysqli_debug

(PHP 5)

mysqli_debug -- Performs debugging operations

Description

bool mysqli_debug ( string debug )

The mysqli_debug() function is used to perform debugging operations using the Fred Fish debugging library. The debug parameter is a string representing the debugging operation to perform.

Note: To use the mysqli_debug() function you must complile the MySQL client library to support debugging.

Return Values

mysqli_debug() doesn't return any value.

Examples

Example 1. Generating a Trace File

<?php
  
/* Create a trace file in '/tmp/client.trace' on the local (client) machine: */
mysqli_debug("d:t:0,/tmp/client.trace");
  
?>



add a noteadd a note User Contributed Notes
mysqli_debug
There are no user contributed notes for this page.




<mysqli_data_seekmysqli_disable_reads_from_master>
Last updated: Sat, 29 Oct 2005
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs