PHP 8.3.4 Released!

mysqli_stmt::get_warnings

mysqli_stmt_get_warnings

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

mysqli_stmt::get_warnings -- mysqli_stmt_get_warningsSHOW WARNINGS の結果を取得する

説明

オブジェクト指向型

public mysqli_stmt::get_warnings(): mysqli_warning|false

手続き型

mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false
警告

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

add a note

User Contributed Notes

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