mysqli_stmt::get_warnings

mysqli_stmt_get_warnings

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

mysqli_stmt::get_warnings -- mysqli_stmt_get_warningsGet result of SHOW WARNINGS

說明

面向對象風格

public mysqli_stmt::get_warnings(): mysqli_warning|false

過程化風格

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

本函數還未編寫文檔,僅有參數列表。