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