No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

mysqli::debug

mysqli_debug

(PHP 5, PHP 7)

mysqli::debug -- mysqli_debugPerforms debugging operations

PHP: mysqli::debug - Manual Home of Manuel PHP  Contents Haut

Description

Object oriented style

mysqli::debug ( string $message ) : bool

Procedural style

mysqli_debug ( string $message ) : bool

Performs debugging operations using the Fred Fish debugging library.

PHP: mysqli::debug - Manual Home of Manuel PHP  Contents Haut

Parameters

message

A string representing the debugging operation to perform

PHP: mysqli::debug - Manual Home of Manuel PHP  Contents Haut

Notes

Note:

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

PHP: mysqli::debug - Manual Home of Manuel PHP  Contents Haut

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:o,/tmp/client.trace");

?>

PHP: mysqli::debug - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph