mysqli_stmt::get_warnings
En esta página
mysqli_stmt::get_warnings
mysqli_stmt_get_warnings
Obtiene el resultado de SHOW WARNINGS
Descripción#
Estilo orientado a objetos
public mysqli_stmt::get_warnings(): mysqli_warning
```php
Estilo procedimental
```php
mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning
[!WARNING] Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.