mysqli::dump_debug_info

(PHP 5, PHP 7)
Dump debugging information into the log
bool mysqli::dump_debug_info ( void )

Object oriented style

Procedural style

bool mysqli_dump_debug_info ( mysqli $link )

This function is designed to be executed by an user with the SUPER privilege and is used to dump debugging information into the log for the MySQL Server relating to the connection.

Parameters:
link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

Returns:

Returns TRUE on success or FALSE on failure.

See also:

mysqli_debug() -

doc_php
2016-02-24 16:18:59
Comments
Leave a Comment

Please login to continue.