2024 PHP Conference Japan

mysqli_stmt::get_warnings

mysqli_stmt_get_warnings

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

mysqli_stmt::get_warnings -- mysqli_stmt_get_warnings取得 SHOW WARNINGS 的結果

說明

物件導向風格

public mysqli_stmt::get_warnings(): mysqli_warning|false

程序式風格

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

目前此函數尚未有文件說明,僅提供其引數列表。

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top