PHP 8.5.0 Alpha 2 available for testing

mysqli_stmt::get_warnings

mysqli_stmt_get_warnings

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

mysqli_stmt::get_warnings -- mysqli_stmt_get_warningsObtiene el resultado de SHOW WARNINGS

Descripción

Estilo orientado a objetos

public mysqli_stmt::get_warnings(): mysqli_warning|false

Estilo procedimental

mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

add a note

User Contributed Notes

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