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_warningsRécupère le résultat de SHOW WARNINGS

Description

Style orienté objet

public mysqli_stmt::get_warnings(): mysqli_warning|false

Style procédural

mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false
Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

add a note

User Contributed Notes

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