Function.mysqli-debug

Aus PHP-Wiki

Wechseln zu: Navigation, Suche
kfz-versicherung und HausratversicherungKreditkarten Vergleichen Online - Kostenloser Kreditkartenvergleich . Private Krankenversicherung

mysqli_debug

(PHP 5)

mysqli_debug -- Performs debugging operations

Inhaltsverzeichnis

Description

void mysqli_debug ( string debug)
</BR >

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.

Anmerkung: 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.


Example


Beispiel 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");
    
?>

Persönliche Werkzeuge