CakeFest 2024: The Official CakePHP Conference

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
警告

本函数还未编写文档,仅有参数列表。

add a note

User Contributed Notes

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