PHP 8.3.4 Released!

mysqli::dump_debug_info

mysqli_dump_debug_info

(PHP 5, PHP 7, PHP 8)

mysqli::dump_debug_info -- mysqli_dump_debug_infoデバッグ情報をログに出力する

説明

オブジェクト指向型

public mysqli::dump_debug_info(): bool

手続き型

mysqli_dump_debug_info(mysqli $mysql): bool

この関数は SUPER 権限を持ったユーザーによって実行されるされることを 想定しており、link で指定した接続に関連する MySQL サーバーのデバッグ情報をログに出力します。

パラメータ

link

手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqliオブジェクト。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top