mysqli::get_warnings

mysqli_get_warnings

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

mysqli::get_warnings -- mysqli_get_warningsSHOW WARNINGS の結果を取得する

説明

オブジェクト指向型

publicmysqli::get_warnings(): mysqli_warning|false

手続き型

mysqli_get_warnings(mysqli$mysql): mysqli_warning|false
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

To Top