mysqli_stmt::get_warnings

mysqli_stmt_get_warnings

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

mysqli_stmt::get_warnings -- mysqli_stmt_get_warningsObtener los resultados de SHOW WARNINGS

Descripción

Estilo orientado a objetos

mysqli_stmt::get_warnings(mysqli_stmt $stmt): object

Estilo por procedimientos

mysqli_stmt_get_warnings(mysqli_stmt $stmt): object
Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

add a note

User Contributed Notes

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